1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-25 19:11:56 +00:00

(command-line-1): Update copyright in startup banner.

This commit is contained in:
Karl Heuer 1996-01-24 22:02:17 +00:00
parent 3132f3193d
commit 40e2359962

View File

@ -693,7 +693,7 @@ from being initialized.")
;; and does not end with any newlines.
(insert (emacs-version)
"
Copyright (C) 1995 Free Software Foundation, Inc.")
Copyright (C) 1996 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)