]> git.eshelyaron.com Git - emacs.git/commitdiff
(fancy-splash-tail, command-line-1): Fix the copyright year.
authorEli Zaretskii <eliz@gnu.org>
Tue, 13 Mar 2001 11:40:38 +0000 (11:40 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 13 Mar 2001 11:40:38 +0000 (11:40 +0000)
lisp/ChangeLog
lisp/startup.el

index 43b28a516c25b9bc556f0aff32e47e331d717afb..d14ede1e1a6116fb0ada00d60b05f3a019e9df23 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-13  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * startup.el (fancy-splash-tail, command-line-1): Fix the
+       copyright year.
+
 2001-03-13  Kenichi Handa  <handa@etl.go.jp>
 
        * term.el: These changes are based on a patch sent from Yong Lu
index b04fd1e65d6bf1743b10dba83c651ba87f15ca49..44b15bc9772c5ac45a956dad0867cb323748299e 100644 (file)
@@ -1125,7 +1125,7 @@ where FACE is a valid face specification, as it can be used with
                         (emacs-version)
                         "\n"
                         :face '(variable-pitch :height 0.5)
-                        "Copyright (C) 2000 Free Software Foundation, Inc.")))
+                        "Copyright (C) 2001 Free Software Foundation, Inc.")))
 
 
 (defun fancy-splash-screens-1 (buffer)
@@ -1314,7 +1314,7 @@ Ordering Manuals  How to order manuals from the FSF.
 ")
                               (insert "\n\n" (emacs-version)
                                       "
-Copyright (C) 2000 Free Software Foundation, Inc.")))
+Copyright (C) 2001 Free Software Foundation, Inc.")))
                         
                         ;; If keys have their default meanings,
                         ;; use precomputed string to save lots of time.
@@ -1377,7 +1377,7 @@ If you have no Meta key, you may instead type ESC followed by the character.)")
 
                         (insert "\n\n" (emacs-version)
                                 "
-Copyright (C) 2000 Free Software Foundation, Inc.")
+Copyright (C) 2001 Free Software Foundation, Inc.")
                         (if (and (eq (key-binding "\C-h\C-c") 'describe-copying)
                                  (eq (key-binding "\C-h\C-d") 'describe-distribution)
                                  (eq (key-binding "\C-h\C-w") 'describe-no-warranty))