diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 2 |
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 }, |