From f11db4bf7845fd13b70919e9acb8e1654f408560 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 14 Aug 1995 16:04:48 +0000 Subject: (standard_args): Add option --eval to evalute an expression on the command line and print the result. --- src/emacs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/emacs.c') diff --git a/src/emacs.c b/src/emacs.c index eab528119dd..fe832b2a4ac 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -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 }, -- cgit v1.2.1