Mercurial > emacs
changeset 61095:0e536a451709
Update copyright date.
(calc-full-help): Remove reference to calc-version-date.
Update copyright date.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Tue, 29 Mar 2005 16:16:26 +0000 |
parents | e1aa8774d8a0 |
children | c53e93898857 |
files | lisp/calc/calc-help.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc-help.el Tue Mar 29 16:15:49 2005 +0000 +++ b/lisp/calc/calc-help.el Tue Mar 29 16:16:26 2005 +0000 @@ -1,6 +1,6 @@ ;;; calc-help.el --- help display functions for Calc, -;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2004 +;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2004, 2005 ;; Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> @@ -409,10 +409,10 @@ (defun calc-full-help () (interactive) (with-output-to-temp-buffer "*Help*" - (princ (format "GNU Emacs Calculator version %s of %s.\n" - calc-version calc-version-date)) + (princ (format "GNU Emacs Calculator version %s.\n" + calc-version)) (princ " By Dave Gillespie, daveg@synaptics.com.\n") - (princ " Copyright (C) 1990, 1993 Free Software Foundation, Inc.\n\n") + (princ " Copyright (C) 2005 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")