summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-12-26 20:55:04 +0000
committerRichard M. Stallman <rms@gnu.org>1996-12-26 20:55:04 +0000
commitca2c9055075a47004969b08b15d7a518dca84f5f (patch)
treeaf589056c72ff50506137883ce6f41186985d4e4
parent8a51c7a941434a73e16ce247eda4a873c308b531 (diff)
downloademacs-ca2c9055075a47004969b08b15d7a518dca84f5f.tar.gz
(standard_args): Add -find-file and -visit.
-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[] =
{ "-f", "--funcall", 0, 1 },
{ "-funcall", 0, 0, 1 },
{ "-eval", "--eval", 0, 1 },
+ { "-find-file", "--find-file", 0, 1 },
+ { "-visit", "--visit", 0, 1 },
{ "-insert", "--insert", 0, 1 },
/* This should be processed after ordinary file name args and the like. */
{ "-kill", "--kill", -10, 0 },