Mercurial > emacs
changeset 82079:3fea7e6764bd
(normal-splash-screen): Use `emacs-copyright'.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 24 Jul 2007 04:48:03 +0000 |
parents | bbaf8f824e01 |
children | 68cd480a70cd |
files | lisp/startup.el |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Tue Jul 24 04:47:43 2007 +0000 +++ b/lisp/startup.el Tue Jul 24 04:48:03 2007 +0000 @@ -1563,8 +1563,7 @@ 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 @@ 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)