From 575985b10124363b611142dd530e6cbfbd44a453 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 14 Aug 1995 17:13:38 +0000 Subject: [PATCH] (standard_args): Fix previous change. --- src/emacs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emacs.c b/src/emacs.c index fe832b2a4ac..949ec1f5ee9 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -988,7 +988,7 @@ struct standard_args standard_args[] = { "-load", 0, 0, 1 }, { "-f", "--funcall", 0, 1 }, { "-funcall", 0, 0, 1 }, - { "-eval", "--eval", 0, 0, 1 }, + { "-eval", "--eval", 0, 1 }, { "-insert", "--insert", 0, 1 }, /* This should be processed after ordinary file name args and the like. */ { "-kill", "--kill", -10, 0 }, -- 2.39.2