summaryrefslogtreecommitdiff
path: root/lisp/startup.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-06-28 10:41:05 +0000
committerRichard M. Stallman <rms@gnu.org>1995-06-28 10:41:05 +0000
commit2fc385cb3505203223a6c563dc78fa8238fe6777 (patch)
tree451d9588109a83ff3cedaec73fe864a8ad44cfd7 /lisp/startup.el
parent4a418bce4e1d27ac69c22ecb19cb0057059a32c6 (diff)
downloademacs-2fc385cb3505203223a6c563dc78fa8238fe6777.tar.gz
Update copyright year in message.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r--lisp/startup.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 17b77adf752..0d885e6325f 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -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)