]> git.eshelyaron.com Git - emacs.git/commitdiff
(standard_args): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 14 Aug 1995 17:13:38 +0000 (17:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 14 Aug 1995 17:13:38 +0000 (17:13 +0000)
src/emacs.c

index fe832b2a4acbed027c3b9e2a88f2ba177642bb98..949ec1f5ee919309c1bf05c884da64e227eb8a3f 100644 (file)
@@ -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 },