aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-01-07 00:59:15 +0000
committerGlenn Morris <[email protected]>2008-01-07 00:59:15 +0000
commit49af3415a2d717dfc0cd89198876a103c3c25e72 (patch)
treeb9671e8e05dc791e7f5f07c28e2249c3b7f096b8
parent47aef245fc7c5fbb624b6fb1d4b4b588d7583e31 (diff)
(calc-full-help): Use emacs-copyright.
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/calc/calc-help.el4
2 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8a40d8e123..2ec00bc8a3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,10 @@
+2008-01-07 Glenn Morris <[email protected]>
+
+ * calc/calc-help.el (calc-full-help): Use emacs-copyright.
+
2008-01-06 Nick Roberts <[email protected]>
- * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
+ * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
on menu bar.
2008-01-06 Michael Albinus <[email protected]>
diff --git a/lisp/calc/calc-help.el b/lisp/calc/calc-help.el
index c2d3369627..46cf2ce8db 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 <[email protected]>
;; Maintainer: Jay Belanger <[email protected]>
@@ -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")