]> git.eshelyaron.com Git - emacs.git/commitdiff
(standard_args): Add -find-file and -visit.
authorRichard M. Stallman <rms@gnu.org>
Thu, 26 Dec 1996 20:55:04 +0000 (20:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 26 Dec 1996 20:55:04 +0000 (20:55 +0000)
src/emacs.c

index 593156cf4b6d39f2f67225235a66d0192bade45c..fca9faf100e0946c0dc87b05baeb34a1e00efe69 100644 (file)
@@ -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 },