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 593156cf4b6..fca9faf100e 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1122,6 +1122,8 @@ struct standard_args standard_args[] =
1122 { "-f", "--funcall", 0, 1 }, 1122 { "-f", "--funcall", 0, 1 },
1123 { "-funcall", 0, 0, 1 }, 1123 { "-funcall", 0, 0, 1 },
1124 { "-eval", "--eval", 0, 1 }, 1124 { "-eval", "--eval", 0, 1 },
1125 { "-find-file", "--find-file", 0, 1 },
1126 { "-visit", "--visit", 0, 1 },
1125 { "-insert", "--insert", 0, 1 }, 1127 { "-insert", "--insert", 0, 1 },
1126 /* This should be processed after ordinary file name args and the like. */ 1128 /* This should be processed after ordinary file name args and the like. */
1127 { "-kill", "--kill", -10, 0 }, 1129 { "-kill", "--kill", -10, 0 },