summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-03-13 11:40:38 +0000
committerEli Zaretskii <eliz@gnu.org>2001-03-13 11:40:38 +0000
commit30564c481041959f411f1e56bd95861c34db0a9c (patch)
treeff3c4da84cd8c5e67de66238cf62d37b7c596f3c
parentda1cee4955559562832027cc196bc782b9c13546 (diff)
downloademacs-30564c481041959f411f1e56bd95861c34db0a9c.tar.gz
(fancy-splash-tail, command-line-1): Fix the copyright year.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/startup.el6
2 files changed, 8 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 43b28a516c2..d14ede1e1a6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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
diff --git a/lisp/startup.el b/lisp/startup.el
index b04fd1e65d6..44b15bc9772 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -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))