emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/startup.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el [lexbind]
Date: Mon, 25 Oct 2004 00:42:06 -0400

Index: emacs/lisp/startup.el
diff -c emacs/lisp/startup.el:1.298.2.10 emacs/lisp/startup.el:1.298.2.11
*** emacs/lisp/startup.el:1.298.2.10    Wed Oct  6 05:21:51 2004
--- emacs/lisp/startup.el       Mon Oct 25 04:22:22 2004
***************
*** 1153,1159 ****
                         (emacs-version)
                         "\n"
                         :face '(variable-pitch :height 0.5)
!                        "Copyright (C) 2002 Free Software Foundation, Inc.")
      (and auto-save-list-file-prefix
         ;; Don't signal an error if the
         ;; directory for auto-save-list files
--- 1153,1159 ----
                         (emacs-version)
                         "\n"
                         :face '(variable-pitch :height 0.5)
!                        "Copyright (C) 2004 Free Software Foundation, Inc.")
      (and auto-save-list-file-prefix
         ;; Don't signal an error if the
         ;; directory for auto-save-list files
***************
*** 1319,1325 ****
  ")
                  (insert "\n\n" (emacs-version)
                          "
! Copyright (C) 2002 Free Software Foundation, Inc."))
  
              ;; No mouse menus, so give help using kbd commands.
  
--- 1319,1325 ----
  ")
                  (insert "\n\n" (emacs-version)
                          "
! Copyright (C) 2004 Free Software Foundation, Inc."))
  
              ;; No mouse menus, so give help using kbd commands.
  
***************
*** 1367,1373 ****
  
              (insert "\n\n" (emacs-version)
                      "
! Copyright (C) 2002 Free Software Foundation, Inc.")
  
              (if (and (eq (key-binding "\C-h\C-c") 'describe-copying)
                       (eq (key-binding "\C-h\C-d") 'describe-distribution)
--- 1367,1373 ----
  
              (insert "\n\n" (emacs-version)
                      "
! Copyright (C) 2004 Free Software Foundation, Inc.")
  
              (if (and (eq (key-binding "\C-h\C-c") 'describe-copying)
                       (eq (key-binding "\C-h\C-d") 'describe-distribution)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]