From 2e13f8e971fe827a2b3e6e3a199b4537f77cecd6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 26 Dec 1996 20:55:04 +0000 Subject: [PATCH] (standard_args): Add -find-file and -visit. --- src/emacs.c | 2 ++ 1 file changed, 2 insertions(+) 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 }, -- 2.39.5