# HG changeset patch # User Glenn Morris # Date 1181201123 0 # Node ID 81426ba0e7d8c4d5779f7abd598fc601b77e3b80 # Parent d5bf6962455f67b862762581bf3c5224d7b40f4b (calc-full-help): Use emacs-copyright. diff -r d5bf6962455f -r 81426ba0e7d8 lisp/calc/calc-help.el --- 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")