1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(command-line-1): Handle -f with kbd macro.

This commit is contained in:
Richard M. Stallman 1995-01-17 02:33:49 +00:00
parent 01c386ba5e
commit 1908c56554

View file

@ -609,7 +609,9 @@ Type \\[describe-distribution] for information on getting the latest version."))
(setq tem (intern argval))
(setq tem (intern (car command-line-args-left)))
(setq command-line-args-left (cdr command-line-args-left)))
(funcall tem))
(if (arrayp (symbol-function tem))
(command-execute tem)
(funcall tem)))
((or (string-equal argi "-l")
(string-equal argi "-load"))
(if argval