]> git.eshelyaron.com Git - emacs.git/commitdiff
(calc-full-help): Use emacs-copyright.
authorGlenn Morris <rgm@gnu.org>
Mon, 7 Jan 2008 00:59:15 +0000 (00:59 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 7 Jan 2008 00:59:15 +0000 (00:59 +0000)
lisp/ChangeLog
lisp/calc/calc-help.el

index 8a40d8e123ae0afa39b3fc6543a25a0400846d0e..2ec00bc8a39d7a1c19b18050f7148903c53d6988 100644 (file)
@@ -1,6 +1,10 @@
+2008-01-07  Glenn Morris  <rgm@gnu.org>
+
+       * calc/calc-help.el (calc-full-help): Use emacs-copyright.
+
 2008-01-06  Nick Roberts  <nickrob@snap.net.nz>
 
-       * 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  <michael.albinus@gmx.de>
index c2d3369627c0844e82404d40c6fa2f7cc6622ced..46cf2ce8dbb5a8c46478c37155ca954c63a17bf9 100644 (file)
@@ -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")