1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

(calc-full-help): Use emacs-copyright.

This commit is contained in:
Glenn Morris 2007-06-07 07:27:26 +00:00
parent d16c1140f4
commit 23d0be646c
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
2007-06-07 Glenn Morris <rgm@gnu.org>
* version.el (emacs-copyright): New constant.
* startup.el (fancy-splash-tail): Use emacs-copyright.
* calc/calc-help.el (calc-full-help): Use emacs-copyright.
* emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option

View File

@ -414,7 +414,7 @@ C-w Describe how there is no warranty for Calc."
(princ (format "GNU Emacs Calculator version %s.\n"
calc-version))
(princ " By Dave Gillespie.\n")
(princ " Copyright (C) 2007 Free Software Foundation, Inc.\n\n")
(princ (format " %s\n\n" emacs-copyright))
(princ "Type `h s' for a more detailed summary.\n")
(princ "Or type `h i' to read the full Calc manual on-line.\n\n")
(princ "Basic keys:\n")