summaryrefslogtreecommitdiff
path: root/src/emacs.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-08-14 17:13:38 +0000
committerRichard M. Stallman <rms@gnu.org>1995-08-14 17:13:38 +0000
commit851420f03ffc83c10f081f8e9b3c1a3d34c49b50 (patch)
tree2ccf1c9f5caf437a63daf74e028852255c5aef90 /src/emacs.c
parent9546d26b6c0cff9049807065f06824682c68eed7 (diff)
downloademacs-851420f03ffc83c10f081f8e9b3c1a3d34c49b50.tar.gz
(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 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 },