diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index fe832b2a4ac..949ec1f5ee9 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -988,7 +988,7 @@ struct standard_args standard_args[] = | |||
| 988 | { "-load", 0, 0, 1 }, | 988 | { "-load", 0, 0, 1 }, |
| 989 | { "-f", "--funcall", 0, 1 }, | 989 | { "-f", "--funcall", 0, 1 }, |
| 990 | { "-funcall", 0, 0, 1 }, | 990 | { "-funcall", 0, 0, 1 }, |
| 991 | { "-eval", "--eval", 0, 0, 1 }, | 991 | { "-eval", "--eval", 0, 1 }, |
| 992 | { "-insert", "--insert", 0, 1 }, | 992 | { "-insert", "--insert", 0, 1 }, |
| 993 | /* This should be processed after ordinary file name args and the like. */ | 993 | /* This should be processed after ordinary file name args and the like. */ |
| 994 | { "-kill", "--kill", -10, 0 }, | 994 | { "-kill", "--kill", -10, 0 }, |