From: Jay Belanger Date: Sun, 5 Feb 2006 16:38:15 +0000 (+0000) Subject: (calc-full-help): Update the copyright year. X-Git-Tag: emacs-pretest-22.0.90~4355 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5e0926cdf51cb5a8019a589d1582113d1a453ce6;p=emacs.git (calc-full-help): Update the copyright year. --- diff --git a/lisp/calc/calc-help.el b/lisp/calc/calc-help.el index a2376d68693..510e61a12b6 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) 2005 Free Software Foundation, Inc.\n\n") + (princ " Copyright (C) 2006 Free Software Foundation, Inc.\n\n") (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")