aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/startup.el
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2007-07-24 04:48:03 +0000
committerGlenn Morris <[email protected]>2007-07-24 04:48:03 +0000
commit4892f741bb00cf05b4fbc8823750337b23e7a764 (patch)
tree7021c7eefc02cfdc065e7752ff90055afe70fbc7 /lisp/startup.el
parent26933a68a2139613471564522261908931bdd4a8 (diff)
(normal-splash-screen): Use `emacs-copyright'.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r--lisp/startup.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index fc307a59a9..aa67dadd01 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -1563,8 +1563,7 @@ Getting New Versions How to obtain the latest version of Emacs
More Manuals / Ordering Manuals How to order printed manuals from the FSF
")
(insert "\n\n" (emacs-version)
- "
-Copyright (C) 2007 Free Software Foundation, Inc."))
+ "\n" emacs-copyright))
;; No mouse menus, so give help using kbd commands.
@@ -1611,8 +1610,7 @@ Activate menubar \\[tmm-menubar]")))
If you have no Meta key, you may instead type ESC followed by the character.)")
(insert "\n\n" (emacs-version)
- "
-Copyright (C) 2007 Free Software Foundation, Inc.")
+ "\n" emacs-copyright)
(if (and (eq (key-binding "\C-h\C-c") 'describe-copying)
(eq (key-binding "\C-h\C-d") 'describe-distribution)