+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,
2000-06-14 Gerd Moellmann <gerd@gnu.org>
- * Makefile.in (VPATH): New file.
+ * Makefile.in: New file.
* Makefile: Removed.
")
(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)
(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))