mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-03 08:30:09 +00:00
(normal-splash-screen): Use `emacs-copyright'.
This commit is contained in:
parent
26933a68a2
commit
4892f741bb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user