From: Richard M. Stallman Date: Thu, 26 Dec 1996 20:55:04 +0000 (+0000) Subject: (standard_args): Add -find-file and -visit. X-Git-Tag: emacs-20.1~3195 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2e13f8e971fe827a2b3e6e3a199b4537f77cecd6;p=emacs.git (standard_args): Add -find-file and -visit. --- 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 },