diff options
| -rw-r--r-- | admin/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/startup.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index b036ea11c33..52c9bfb81b2 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-06-07 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * admin.el (set-copyright): New function. | ||
| 4 | |||
| 1 | 2007-04-25 Nick Roberts <nickrob@snap.net.nz> | 5 | 2007-04-25 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 6 | ||
| 3 | * make-tarball.txt: Add note about cutting the branch. | 7 | * make-tarball.txt: Add note about cutting the branch. |
diff --git a/lisp/startup.el b/lisp/startup.el index f57bf66a3a0..91902d105ac 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -1311,7 +1311,7 @@ using the mouse.\n\n") | |||
| 1311 | (emacs-version) | 1311 | (emacs-version) |
| 1312 | "\n" | 1312 | "\n" |
| 1313 | :face '(variable-pitch :height 0.5) | 1313 | :face '(variable-pitch :height 0.5) |
| 1314 | "Copyright (C) 2007 Free Software Foundation, Inc.") | 1314 | emacs-copyright) |
| 1315 | (and auto-save-list-file-prefix | 1315 | (and auto-save-list-file-prefix |
| 1316 | ;; Don't signal an error if the | 1316 | ;; Don't signal an error if the |
| 1317 | ;; directory for auto-save-list files | 1317 | ;; directory for auto-save-list files |