aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorColin Walters2002-05-28 16:25:37 +0000
committerColin Walters2002-05-28 16:25:37 +0000
commitaf2bf12fd3cc2830c921b3929debce6cdab5a984 (patch)
treee3f9df16161f066eb77bc08b6930ee402a57c236 /src
parentabb13b09f457bbf32e3a75d9cabd66d2d8df494d (diff)
downloademacs-af2bf12fd3cc2830c921b3929debce6cdab5a984.tar.gz
emacs-af2bf12fd3cc2830c921b3929debce6cdab5a984.zip
(USAGE1): Add --no-splash.
(standard_args): Ditto.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 4d4e57c522b..5920c0709c1 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -234,6 +234,7 @@ Initialization options:\n\
234--no-init-file, -q load neither ~/.emacs nor default.el\n\ 234--no-init-file, -q load neither ~/.emacs nor default.el\n\
235--no-shared-memory, -nl do not use shared memory\n\ 235--no-shared-memory, -nl do not use shared memory\n\
236--no-site-file do not load site-start.el\n\ 236--no-site-file do not load site-start.el\n\
237--no-splash do not display a splash screen on startup\n\
237--no-window-system, -nw don't communicate with X, ignoring $DISPLAY\n\ 238--no-window-system, -nw don't communicate with X, ignoring $DISPLAY\n\
238--terminal, -t DEVICE use DEVICE for terminal I/O\n\ 239--terminal, -t DEVICE use DEVICE for terminal I/O\n\
239--unibyte, --no-multibyte run Emacs in unibyte mode\n\ 240--unibyte, --no-multibyte run Emacs in unibyte mode\n\
@@ -1665,6 +1666,7 @@ struct standard_args standard_args[] =
1665 { "-q", "--no-init-file", 50, 0 }, 1666 { "-q", "--no-init-file", 50, 0 },
1666 { "-no-init-file", 0, 50, 0 }, 1667 { "-no-init-file", 0, 50, 0 },
1667 { "-no-site-file", "--no-site-file", 40, 0 }, 1668 { "-no-site-file", "--no-site-file", 40, 0 },
1669 { "-no-splash", "--no-splash", 40, 0 },
1668 { "-u", "--user", 30, 1 }, 1670 { "-u", "--user", 30, 1 },
1669 { "-user", 0, 30, 1 }, 1671 { "-user", 0, 30, 1 },
1670 { "-debug-init", "--debug-init", 20, 0 }, 1672 { "-debug-init", "--debug-init", 20, 0 },