1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

(command-line-1): Change copyright messages to year

2000.
This commit is contained in:
Gerd Moellmann 2000-06-15 12:00:39 +00:00
parent 28223a7ebc
commit e27e8d71b4
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2000-06-15 Gerd Moellmann <gerd@gnu.org>
* startup.el (command-line-1): Change copyright messages to year
2000.
2000-06-15 Dave Love <fx@gnu.org>
* net/goto-addr.el (goto-address-fontify): Use keymap property,
@ -10,7 +15,7 @@
2000-06-14 Gerd Moellmann <gerd@gnu.org>
* Makefile.in (VPATH): New file.
* Makefile.in: New file.
* Makefile: Removed.

View File

@ -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))