diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-09-07 17:07:01 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-09-07 17:07:01 +0000 |
commit | c532f34968d0dded35102514f3c8080582e1b540 (patch) | |
tree | 7295fad053e2dfeb1ebba486f37d13f4d06a0cb1 /lisp/startup.el | |
parent | e14a8f4c5977edc3cd9f4168f5c7f81abf3da3d2 (diff) | |
download | emacs-c532f34968d0dded35102514f3c8080582e1b540.tar.gz |
(command-line-1): Update copyright year in string.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r-- | lisp/startup.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 8b7da9c7e3c..cd9700e0d61 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -803,7 +803,7 @@ If you have no Meta key, you may instead type ESC followed by the character.)") (insert "\n\n" (emacs-version) " -Copyright (C) 1996 Free Software Foundation, Inc.") +Copyright (C) 1997 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)) |