Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
af2bf12f
Commit
af2bf12f
authored
May 28, 2002
by
Colin Walters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(USAGE1): Add --no-splash.
(standard_args): Ditto.
parent
abb13b09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/emacs.c
src/emacs.c
+2
-0
No files found.
src/emacs.c
View file @
af2bf12f
...
...
@@ -234,6 +234,7 @@ Initialization options:\n\
--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 @@ struct standard_args standard_args[] =
{
"-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
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment