]> code.delx.au - gnu-emacs/commitdiff
(command-line-1): Change copyright messages to year
authorGerd Moellmann <gerd@gnu.org>
Thu, 15 Jun 2000 12:00:39 +0000 (12:00 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 15 Jun 2000 12:00:39 +0000 (12:00 +0000)
2000.

lisp/ChangeLog
lisp/startup.el

index a864949c18f11e9e440a6c0b8fc7cc7bc10b7a43..505e300bdaccaa09ed9fbee164fd3a9dbd28864c 100644 (file)
@@ -1,3 +1,8 @@
+2000-06-15  Gerd Moellmann  <gerd@gnu.org>
+
+       * startup.el (command-line-1): Change copyright messages to year
+       2000.
+
 2000-06-15  Dave Love  <fx@gnu.org>
 
        * net/goto-addr.el (goto-address-fontify): Use keymap property,
@@ -10,7 +15,7 @@
 
 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
 
-       * Makefile.in (VPATH): New file.
+       * Makefile.in: New file.
 
        * Makefile: Removed.
 
index 0c92c4b6a133fa668a8268ef8de761963213ca55..a51fd018c6449237938c523e0bf14ae3270749cf 100644 (file)
@@ -898,7 +898,7 @@ Getting New Versions        How to obtain the latest version of Emacs.
 ")
                             (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 @@ If you have no Meta key, you may instead type ESC followed by the character.)")
 
                         (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))