From: Karl Heuer Date: Wed, 24 Jan 1996 22:02:17 +0000 (+0000) Subject: (command-line-1): Update copyright in startup banner. X-Git-Tag: emacs-19.34~1577 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=40e23599627df85358b7e4fbea8e8c61be877aa9;p=emacs.git (command-line-1): Update copyright in startup banner. --- diff --git a/lisp/startup.el b/lisp/startup.el index 2417ab4d09f..abe5b3b79c7 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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)