From d95acb4caa316d761c3db2208d7aa110d03908e4 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 23 Jul 2019 19:09:29 +0200 Subject: [PATCH] =?UTF-8?q?Change=20=CE=BB!!=20to=20a=20function?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It doesn't need to be a macro --- core/core-lib.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-lib.el b/core/core-lib.el index 21a493068..d35d410a0 100644 --- a/core/core-lib.el +++ b/core/core-lib.el @@ -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)