aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2005-04-06 10:45:09 +0000
committerKim F. Storm2005-04-06 10:45:09 +0000
commit3432e7bbb049f289fb2cbae8007b6addc2b6370d (patch)
treeceea0e7b5b4f27b43dd44f7b3cafdbec3c6b2096 /src
parent7c9acaf312a01489ee5b31afd2c3b87affedf166 (diff)
downloademacs-3432e7bbb049f289fb2cbae8007b6addc2b6370d.tar.gz
emacs-3432e7bbb049f289fb2cbae8007b6addc2b6370d.zip
(standard_args): Add -Q, --bare-bones, -bare-bones.
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 bdbc00bbd8d..14feff34114 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1806,6 +1806,8 @@ struct standard_args standard_args[] =
1806 { "-d", "--display", 60, 1 }, 1806 { "-d", "--display", 60, 1 },
1807 { "-display", 0, 60, 1 }, 1807 { "-display", 0, 60, 1 },
1808 /* Now for the options handled in startup.el. */ 1808 /* Now for the options handled in startup.el. */
1809 { "-Q", "--bare-bones", 55, 0 },
1810 { "-bare-bones", 0, 55, 0 },
1809 { "-q", "--no-init-file", 50, 0 }, 1811 { "-q", "--no-init-file", 50, 0 },
1810 { "-no-init-file", 0, 50, 0 }, 1812 { "-no-init-file", 0, 50, 0 },
1811 { "-no-site-file", "--no-site-file", 40, 0 }, 1813 { "-no-site-file", "--no-site-file", 40, 0 },