# HG changeset patch # User Gerd Moellmann # Date 970485501 0 # Node ID ca921c729a0745dab116978e87a2c00fa01ffa27 # Parent 7dc36953bf549032c16e6345391b94b7d43dee5e (fancy-splash-head): Change message below the logo. diff -r 7dc36953bf54 -r ca921c729a07 lisp/startup.el --- 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"))