# HG changeset patch # User Richard M. Stallman # Date 804336065 0 # Node ID a580af99789ce0e6c393f3a8df0e10f5f616c429 # Parent 7f2c068121d8f307fc4f0844ddeee53e53cd016b Update copyright year in message. diff -r 7f2c068121d8 -r a580af99789c lisp/startup.el --- a/lisp/startup.el Wed Jun 28 10:05:35 1995 +0000 +++ b/lisp/startup.el Wed Jun 28 10:41:05 1995 +0000 @@ -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 @@ (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)