Change λ!! to a function
It doesn't need to be a macro
This commit is contained in:
parent
302ec4e97a
commit
d95acb4caa
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ at the values with which this function was called."
|
|||
`(lambda () (interactive) ,@body))
|
||||
(defalias 'lambda! 'λ!)
|
||||
|
||||
(defmacro λ!! (command &optional arg)
|
||||
(defun λ!! (command &optional arg)
|
||||
"Expands to a command that interactively calls COMMAND with prefix ARG."
|
||||
(declare (doc-string 1))
|
||||
`(lambda () (interactive)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue