diff options
| author | Glenn Morris | 2008-01-07 00:59:15 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-01-07 00:59:15 +0000 |
| commit | 49af3415a2d717dfc0cd89198876a103c3c25e72 (patch) | |
| tree | b9671e8e05dc791e7f5f07c28e2249c3b7f096b8 | |
| parent | 47aef245fc7c5fbb624b6fb1d4b4b588d7583e31 (diff) | |
| download | emacs-49af3415a2d717dfc0cd89198876a103c3c25e72.tar.gz emacs-49af3415a2d717dfc0cd89198876a103c3c25e72.zip | |
(calc-full-help): Use emacs-copyright.
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/calc/calc-help.el | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8a40d8e123a..2ec00bc8a39 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,10 @@ | |||
| 1 | 2008-01-07 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * calc/calc-help.el (calc-full-help): Use emacs-copyright. | ||
| 4 | |||
| 1 | 2008-01-06 Nick Roberts <nickrob@snap.net.nz> | 5 | 2008-01-06 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 6 | ||
| 3 | * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands | 7 | * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands |
| 4 | on menu bar. | 8 | on menu bar. |
| 5 | 9 | ||
| 6 | 2008-01-06 Michael Albinus <michael.albinus@gmx.de> | 10 | 2008-01-06 Michael Albinus <michael.albinus@gmx.de> |
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 @@ | |||
| 1 | ;;; calc-help.el --- help display functions for Calc, | 1 | ;;; calc-help.el --- help display functions for Calc, |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
| @@ -414,7 +414,7 @@ C-w Describe how there is no warranty for Calc." | |||
| 414 | (princ (format "GNU Emacs Calculator version %s.\n" | 414 | (princ (format "GNU Emacs Calculator version %s.\n" |
| 415 | calc-version)) | 415 | calc-version)) |
| 416 | (princ " By Dave Gillespie.\n") | 416 | (princ " By Dave Gillespie.\n") |
| 417 | (princ " Copyright (C) 2007 Free Software Foundation, Inc.\n\n") | 417 | (princ (format " %s\n\n" emacs-copyright)) |
| 418 | (princ "Type `h s' for a more detailed summary.\n") | 418 | (princ "Type `h s' for a more detailed summary.\n") |
| 419 | (princ "Or type `h i' to read the full Calc manual on-line.\n\n") | 419 | (princ "Or type `h i' to read the full Calc manual on-line.\n\n") |
| 420 | (princ "Basic keys:\n") | 420 | (princ "Basic keys:\n") |