]> git.eshelyaron.com Git - emacs.git/commitdiff
(normal-splash-screen): Use `emacs-copyright'.
authorGlenn Morris <rgm@gnu.org>
Tue, 24 Jul 2007 04:48:03 +0000 (04:48 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 24 Jul 2007 04:48:03 +0000 (04:48 +0000)
lisp/startup.el

index fc307a59a978e36b3d0b8c5c0ddc14f04d99b326..aa67dadd01386abafa60dcf81bd88c364411ac16 100644 (file)
@@ -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)