diff options
author | Glenn Morris <rgm@gnu.org> | 2008-01-07 00:59:15 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-01-07 00:59:15 +0000 |
commit | 49af3415a2d717dfc0cd89198876a103c3c25e72 (patch) | |
tree | b9671e8e05dc791e7f5f07c28e2249c3b7f096b8 /lisp/calc | |
parent | 47aef245fc7c5fbb624b6fb1d4b4b588d7583e31 (diff) | |
download | emacs-49af3415a2d717dfc0cd89198876a103c3c25e72.tar.gz |
(calc-full-help): Use emacs-copyright.
Diffstat (limited to 'lisp/calc')
-rw-r--r-- | lisp/calc/calc-help.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calc/calc-help.el b/lisp/calc/calc-help.el index c2d3369627c..46cf2ce8dbb 100644 --- a/lisp/calc/calc-help.el +++ b/lisp/calc/calc-help.el @@ -1,7 +1,7 @@ ;;; calc-help.el --- help display functions for Calc, ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> @@ -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) 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") |