Mercurial > emacs
changeset 97461:c8dee3015f2b
(calc-full-help): Remove version number.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Thu, 14 Aug 2008 18:33:07 +0000 |
parents | af4c08183794 |
children | 6ceebc15f462 |
files | lisp/calc/calc-help.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc-help.el Thu Aug 14 18:32:40 2008 +0000 +++ b/lisp/calc/calc-help.el Thu Aug 14 18:33:07 2008 +0000 @@ -416,8 +416,7 @@ (defun calc-full-help () (interactive) (with-output-to-temp-buffer "*Help*" - (princ (format "GNU Emacs Calculator version %s.\n" - calc-version)) + (princ "GNU Emacs Calculator.\n") (princ " By Dave Gillespie.\n") (princ (format " %s\n\n" emacs-copyright)) (princ "Type `h s' for a more detailed summary.\n")