# HG changeset patch # User Eli Zaretskii # Date 984483590 0 # Node ID 00b48ce14be0c1a93a589cdd7f4f926b1b845988 # Parent 00b03757e45b5e8570eb38b1edfb14077c3ebab7 (fancy-splash-tail, command-line-1): Fix the copyright year. diff -r 00b03757e45b -r 00b48ce14be0 lisp/startup.el --- 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))