From: Richard M. Stallman Date: Sun, 7 Sep 1997 17:07:01 +0000 (+0000) Subject: (command-line-1): Update copyright year in string. X-Git-Tag: emacs-20.1~149 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c532f34968d0dded35102514f3c8080582e1b540;p=emacs.git (command-line-1): Update copyright year in string. --- 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))