]> git.eshelyaron.com Git - emacs.git/commitdiff
(standard_args): Add option --eval to evalute an
authorRichard M. Stallman <rms@gnu.org>
Mon, 14 Aug 1995 16:04:48 +0000 (16:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 14 Aug 1995 16:04:48 +0000 (16:04 +0000)
expression on the command line and print the result.

src/emacs.c

index eab528119dd5ea9ea5b12122d7b04af49bb39ebf..fe832b2a4acbed027c3b9e2a88f2ba177642bb98 100644 (file)
@@ -988,6 +988,7 @@ struct standard_args standard_args[] =
   { "-load", 0, 0, 1 },
   { "-f", "--funcall", 0, 1 },
   { "-funcall", 0, 0, 1 },
+  { "-eval", "--eval", 0, 0, 1 },
   { "-insert", "--insert", 0, 1 },
   /* This should be processed after ordinary file name args and the like.  */
   { "-kill", "--kill", -10, 0 },