emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

should `normal-splash-screen' say "one component of the GNU OS" too?


From: John Paul Wallington
Subject: should `normal-splash-screen' say "one component of the GNU OS" too?
Date: Sat, 07 Sep 2002 04:58:08 +0100

For consistency's sake, how about this change to make the normal
splash screen act like the fancy splash screens?
I'm not certain of the wording.

RCS file: /cvsroot/emacs/emacs/lisp/startup.el,v
retrieving revision 1.306
diff -u -r1.306 startup.el
--- startup.el  5 Sep 2002 00:19:49 -0000       1.306
+++ startup.el  7 Sep 2002 03:18:27 -0000
@@ -1347,7 +1347,8 @@
            ;; and does not end with any newlines.
            (insert "Welcome to GNU Emacs")
            (if (eq system-type 'gnu/linux)
-               (insert ", one component of a Linux-based GNU system."))
+               (insert ", one component of a Linux-based GNU system.")
+             (insert ", one component of the GNU operating system."))
            (insert "\n")
 
            (unless (equal (buffer-name prev-buffer) "*scratch*")

-- 
John Paul Wallington





reply via email to

[Prev in Thread] Current Thread [Next in Thread]