* should `normal-splash-screen' say "one component of the GNU OS" too?
@ 2002-09-07 3:58 John Paul Wallington
2002-09-08 12:54 ` Richard Stallman
0 siblings, 1 reply; 2+ messages in thread
From: John Paul Wallington @ 2002-09-07 3:58 UTC (permalink / raw)
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-09-08 12:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-07 3:58 should `normal-splash-screen' say "one component of the GNU OS" too? John Paul Wallington
2002-09-08 12:54 ` Richard Stallman
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.