Mercurial > emacs
changeset 81225:81426ba0e7d8
(calc-full-help): Use emacs-copyright.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 07 Jun 2007 07:25:23 +0000 |
parents | d5bf6962455f |
children | dd64b4b95adc |
files | lisp/calc/calc-help.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc-help.el Thu Jun 07 07:25:14 2007 +0000 +++ b/lisp/calc/calc-help.el Thu Jun 07 07:25:23 2007 +0000 @@ -414,7 +414,7 @@ (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")