]> git.eshelyaron.com Git - emacs.git/commitdiff
Update copyright year in message.
authorRichard M. Stallman <rms@gnu.org>
Wed, 28 Jun 1995 10:41:05 +0000 (10:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 28 Jun 1995 10:41:05 +0000 (10:41 +0000)
lisp/startup.el

index 17b77adf752e97076d5b6a3c0aaa2b0ea84a30e5..0d885e6325fdc8f853d825c126038ea73d3f3d1e 100644 (file)
@@ -1,6 +1,6 @@
 ;;; startup.el --- process Emacs shell arguments
 
-;; Copyright (C) 1985, 1986, 1992, 1994 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1986, 1992, 1994, 1995 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: internal
@@ -601,7 +601,7 @@ specified by the LC_ALL, LC_CTYPE and LANG environment variables.")
                 (progn
                   (insert (emacs-version)
                           "
-Copyright (C) 1994 Free Software Foundation, Inc.\n\n")
+Copyright (C) 1995 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)