aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 059e1c6d8f0..bde2a9229a9 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -2130,6 +2130,8 @@ static const struct standard_args standard_args[] =
2130 { "-color", "--color", 5, 0}, 2130 { "-color", "--color", 5, 0},
2131 { "-no-splash", "--no-splash", 3, 0 }, 2131 { "-no-splash", "--no-splash", 3, 0 },
2132 { "-no-desktop", "--no-desktop", 3, 0 }, 2132 { "-no-desktop", "--no-desktop", 3, 0 },
2133 { "-m", "--modern", 0, 0 },
2134 { "-modern", 0, 0, 0 },
2133 /* The following two must be just above the file-name args, to get 2135 /* The following two must be just above the file-name args, to get
2134 them out of our way, but without mixing them with file names. */ 2136 them out of our way, but without mixing them with file names. */
2135 { "-temacs", "--temacs", 1, 1 }, 2137 { "-temacs", "--temacs", 1, 1 },