diff lisp/startup.el @ 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 5519caf281ee
children ad30e402b113
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"))