Mercurial > emacs
diff lisp/startup.el @ 36764:00b48ce14be0
(fancy-splash-tail, command-line-1): Fix the copyright year.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 13 Mar 2001 11:39:50 +0000 |
parents | 16eb55f253f8 |
children | 022d6947262f |
line wrap: on
line diff
--- a/lisp/startup.el Tue Mar 13 11:21:52 2001 +0000 +++ b/lisp/startup.el Tue Mar 13 11:39:50 2001 +0000 @@ -1125,7 +1125,7 @@ (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 @@ ") (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 @@ (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))