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:
parent
01c386ba5e
commit
1908c56554
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue