changeset 45555:7ed1d3a98c77

(USAGE1): Add --no-splash. (standard_args): Ditto.
author Colin Walters <walters@gnu.org>
date Tue, 28 May 2002 16:25:37 +0000
parents cf7f041fd98e
children 092e6af2b02f
files src/emacs.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Tue May 28 16:24:55 2002 +0000
+++ b/src/emacs.c	Tue May 28 16:25:37 2002 +0000
@@ -234,6 +234,7 @@
 --no-init-file, -q	    load neither ~/.emacs nor default.el\n\
 --no-shared-memory, -nl	    do not use shared memory\n\
 --no-site-file		    do not load site-start.el\n\
+--no-splash		    do not display a splash screen on startup\n\
 --no-window-system, -nw	    don't communicate with X, ignoring $DISPLAY\n\
 --terminal, -t DEVICE	    use DEVICE for terminal I/O\n\
 --unibyte, --no-multibyte   run Emacs in unibyte mode\n\
@@ -1665,6 +1666,7 @@
   { "-q", "--no-init-file", 50, 0 },
   { "-no-init-file", 0, 50, 0 },
   { "-no-site-file", "--no-site-file", 40, 0 },
+  { "-no-splash", "--no-splash", 40, 0 },
   { "-u", "--user", 30, 1 },
   { "-user", 0, 30, 1 },
   { "-debug-init", "--debug-init", 20, 0 },