1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

(command-line-1): Fix copyright year.

This commit is contained in:
Richard M. Stallman 1993-03-11 07:02:13 +00:00
parent be8320a764
commit a055a1cd6e

View File

@ -294,7 +294,7 @@ directory name of the directory where the `.emacs' file was looked for.")
(progn
(insert (emacs-version)
"
Copyright (C) 1991 Free Software Foundation, Inc.\n\n")
Copyright (C) 1993 Free Software Foundation, Inc.\n\n")
;; If keys have their default meanings,
;; use precomputed string to save lots of time.
(if (and (eq (key-binding "\C-h") 'help-command)