changeset 12851:89d5e3a554de

(standard_args): Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 14 Aug 1995 17:13:38 +0000
parents 0948f5af4680
children 0b04a441c06d
files src/emacs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Mon Aug 14 16:05:46 1995 +0000
+++ b/src/emacs.c	Mon Aug 14 17:13:38 1995 +0000
@@ -988,7 +988,7 @@
   { "-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 },