comparison lisp/startup.el @ 2105:844e027dc6db

(command-line-1): Fix copyright year.
author Richard M. Stallman <rms@gnu.org>
date Thu, 11 Mar 1993 07:02:13 +0000
parents a7e915481db1
children 26bad513fbb0
comparison
equal deleted inserted replaced
2104:6afe42b3e483 2105:844e027dc6db
292 (setq window-setup-hook nil) 292 (setq window-setup-hook nil)
293 (unwind-protect 293 (unwind-protect
294 (progn 294 (progn
295 (insert (emacs-version) 295 (insert (emacs-version)
296 " 296 "
297 Copyright (C) 1991 Free Software Foundation, Inc.\n\n") 297 Copyright (C) 1993 Free Software Foundation, Inc.\n\n")
298 ;; If keys have their default meanings, 298 ;; If keys have their default meanings,
299 ;; use precomputed string to save lots of time. 299 ;; use precomputed string to save lots of time.
300 (if (and (eq (key-binding "\C-h") 'help-command) 300 (if (and (eq (key-binding "\C-h") 'help-command)
301 (eq (key-binding "\C-xu") 'advertised-undo) 301 (eq (key-binding "\C-xu") 'advertised-undo)
302 (eq (key-binding "\C-x\C-c") 'save-buffers-kill-emacs) 302 (eq (key-binding "\C-x\C-c") 'save-buffers-kill-emacs)