diff options
| author | Richard M. Stallman | 1996-12-26 20:55:04 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-12-26 20:55:04 +0000 |
| commit | 2e13f8e971fe827a2b3e6e3a199b4537f77cecd6 (patch) | |
| tree | 5960b6e49ef18fa8975a3749e2b629bc216eee90 /src | |
| parent | e57640c004967183938e399399f3b3f13a6d99b0 (diff) | |
| download | emacs-2e13f8e971fe827a2b3e6e3a199b4537f77cecd6.tar.gz emacs-2e13f8e971fe827a2b3e6e3a199b4537f77cecd6.zip | |
(standard_args): Add -find-file and -visit.
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 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 }, |