# HG changeset patch # User Gerd Moellmann # Date 961070244 0 # Node ID c3eacfc78d471d826bf263c46f9bf4f6672b2920 # Parent 316f1906a295bfff15de7c3c2ad2310b6ebb469c (command-line-1): Change copyright messages to year 2000. diff -r 316f1906a295 -r c3eacfc78d47 lisp/startup.el --- a/lisp/startup.el Thu Jun 15 11:43:01 2000 +0000 +++ b/lisp/startup.el Thu Jun 15 11:57:24 2000 +0000 @@ -898,7 +898,7 @@ ") (insert "\n\n" (emacs-version) " -Copyright (C) 1999 Free Software Foundation, Inc.")) +Copyright (C) 2000 Free Software Foundation, Inc.")) ;; If keys have their default meanings, ;; use precomputed string to save lots of time. (if (and (eq (key-binding "\C-h") 'help-command) @@ -960,7 +960,7 @@ (insert "\n\n" (emacs-version) " -Copyright (C) 1999 Free Software Foundation, Inc.") +Copyright (C) 2000 Free Software Foundation, Inc.") (if (and (eq (key-binding "\C-h\C-c") 'describe-copying) (eq (key-binding "\C-h\C-d") 'describe-distribution) (eq (key-binding "\C-h\C-w") 'describe-no-warranty))