From: Richard M. Stallman Date: Wed, 28 Jun 1995 10:41:05 +0000 (+0000) Subject: Update copyright year in message. X-Git-Tag: emacs-19.34~3446 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d3cf8dc316bec13800ae8828cc327d8ce4dc19ad;p=emacs.git Update copyright year in message. --- 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)