diff options
| author | Glenn Morris | 2007-06-07 07:27:26 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-06-07 07:27:26 +0000 |
| commit | 23d0be646c78aa9479dd2a9820abe5e8b30ebb80 (patch) | |
| tree | c68aa2db618555c485ee2622d91178724be736c9 | |
| parent | d16c1140f4faa0e349d8cc9c39df20457809725d (diff) | |
| download | emacs-23d0be646c78aa9479dd2a9820abe5e8b30ebb80.tar.gz emacs-23d0be646c78aa9479dd2a9820abe5e8b30ebb80.zip | |
(calc-full-help): Use emacs-copyright.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/calc/calc-help.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 12fea46d14e..1e5fa694a1a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2007-06-07 Glenn Morris <rgm@gnu.org> | 1 | 2007-06-07 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * version.el (emacs-copyright): New constant. | 3 | * version.el (emacs-copyright): New constant. |
| 4 | 4 | * startup.el (fancy-splash-tail): Use emacs-copyright. | |
| 5 | * calc/calc-help.el (calc-full-help): Use emacs-copyright. | 5 | * calc/calc-help.el (calc-full-help): Use emacs-copyright. |
| 6 | 6 | ||
| 7 | * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option | 7 | * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option |
diff --git a/lisp/calc/calc-help.el b/lisp/calc/calc-help.el index 9f324a67785..e310020e399 100644 --- a/lisp/calc/calc-help.el +++ b/lisp/calc/calc-help.el | |||
| @@ -414,7 +414,7 @@ C-w Describe how there is no warranty for Calc." | |||
| 414 | (princ (format "GNU Emacs Calculator version %s.\n" | 414 | (princ (format "GNU Emacs Calculator version %s.\n" |
| 415 | calc-version)) | 415 | calc-version)) |
| 416 | (princ " By Dave Gillespie.\n") | 416 | (princ " By Dave Gillespie.\n") |
| 417 | (princ " Copyright (C) 2007 Free Software Foundation, Inc.\n\n") | 417 | (princ (format " %s\n\n" emacs-copyright)) |
| 418 | (princ "Type `h s' for a more detailed summary.\n") | 418 | (princ "Type `h s' for a more detailed summary.\n") |
| 419 | (princ "Or type `h i' to read the full Calc manual on-line.\n\n") | 419 | (princ "Or type `h i' to read the full Calc manual on-line.\n\n") |
| 420 | (princ "Basic keys:\n") | 420 | (princ "Basic keys:\n") |