Mercurial > emacs
changeset 32067:ca921c729a07
(fancy-splash-head): Change message below the
logo.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 02 Oct 2000 11:18:21 +0000 |
parents | 7dc36953bf54 |
children | 843a778fa14a |
files | lisp/startup.el |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Mon Oct 02 11:11:52 2000 +0000 +++ b/lisp/startup.el Mon Oct 02 11:18:21 2000 +0000 @@ -952,10 +952,13 @@ (insert-image img (propertize "xxx" 'help-echo help-echo 'keymap map))) (insert "\n")))) - (when (eq system-type 'gnu/linux) + (if (eq system-type 'gnu/linux) + (fancy-splash-insert + :face '(variable-pitch :foreground "red") + "GNU Emacs is one component of a Linux-based GNU system.") (fancy-splash-insert :face '(variable-pitch :foreground "red") - "GNU Emacs is one component of a Linux-based GNU system.")) + "GNU Emacs is one component of the GNU operating system.")) (insert "\n"))