aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-08-14 17:13:38 +0000
committerRichard M. Stallman <[email protected]>1995-08-14 17:13:38 +0000
commit575985b10124363b611142dd530e6cbfbd44a453 (patch)
tree3670484b2d90cc08c6fff8834726dde96fb6665b /src/emacs.c
parent40dfe94dc57b25c7dc144d8ba88f09778b53a348 (diff)
(standard_args): Fix previous change.
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index fe832b2a4a..949ec1f5ee 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 },