Mercurial > emacs
changeset 16749:c85f62b1b749
(standard_args): Add -find-file and -visit.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 26 Dec 1996 20:55:04 +0000 |
parents | 64f315c0e3f4 |
children | 06001fb1a820 |
files | src/emacs.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/emacs.c Thu Dec 26 20:54:22 1996 +0000 +++ b/src/emacs.c Thu Dec 26 20:55:04 1996 +0000 @@ -1122,6 +1122,8 @@ { "-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 },