Mercurial > emacs
changeset 29666:c3eacfc78d47
(command-line-1): Change copyright messages to year
2000.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 15 Jun 2000 11:57:24 +0000 |
parents | 316f1906a295 |
children | 2bf185a87bcb |
files | lisp/startup.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Thu Jun 15 11:43:01 2000 +0000 +++ b/lisp/startup.el Thu Jun 15 11:57:24 2000 +0000 @@ -898,7 +898,7 @@ ") (insert "\n\n" (emacs-version) " -Copyright (C) 1999 Free Software Foundation, Inc.")) +Copyright (C) 2000 Free Software Foundation, Inc.")) ;; If keys have their default meanings, ;; use precomputed string to save lots of time. (if (and (eq (key-binding "\C-h") 'help-command) @@ -960,7 +960,7 @@ (insert "\n\n" (emacs-version) " -Copyright (C) 1999 Free Software Foundation, Inc.") +Copyright (C) 2000 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))