]> git.eshelyaron.com Git - emacs.git/commitdiff
(fancy-splash-head): Change message below the
authorGerd Moellmann <gerd@gnu.org>
Mon, 2 Oct 2000 11:18:21 +0000 (11:18 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 2 Oct 2000 11:18:21 +0000 (11:18 +0000)
logo.

lisp/startup.el

index 43e8bb7d20d2bc5865fa3674bd105138c47534cb..ac29ad87a9ef331c75fb0153ce211b68ad25f520 100644 (file)
@@ -952,10 +952,13 @@ where FACE is a valid face specification, as it can be used with
          (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"))