From: Glenn Morris Date: Thu, 7 Jun 2007 07:27:26 +0000 (+0000) Subject: (calc-full-help): Use emacs-copyright. X-Git-Tag: emacs-pretest-23.0.90~12435 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=23d0be646c78aa9479dd2a9820abe5e8b30ebb80;p=emacs.git (calc-full-help): Use emacs-copyright. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 12fea46d14e..1e5fa694a1a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,7 @@ 2007-06-07 Glenn Morris * 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 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." (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")