From: Gerd Moellmann Date: Thu, 15 Jun 2000 12:00:39 +0000 (+0000) Subject: (command-line-1): Change copyright messages to year X-Git-Tag: emacs-pretest-21.0.90~3307 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/e27e8d71b43d753945ea4136458a29700647c15c?ds=sidebyside (command-line-1): Change copyright messages to year 2000. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a864949c18..505e300bda 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2000-06-15 Gerd Moellmann + + * startup.el (command-line-1): Change copyright messages to year + 2000. + 2000-06-15 Dave Love * net/goto-addr.el (goto-address-fontify): Use keymap property, @@ -10,7 +15,7 @@ 2000-06-14 Gerd Moellmann - * Makefile.in (VPATH): New file. + * Makefile.in: New file. * Makefile: Removed. diff --git a/lisp/startup.el b/lisp/startup.el index 0c92c4b6a1..a51fd018c6 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -898,7 +898,7 @@ Getting New Versions How to obtain the latest version of Emacs. ") (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 @@ If you have no Meta key, you may instead type ESC followed by the character.)") (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))