emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/compat b948b40c11 1/2: Use quote instead of function


From: ELPA Syncer
Subject: [elpa] externals/compat b948b40c11 1/2: Use quote instead of function
Date: Sun, 6 Feb 2022 11:57:19 -0500 (EST)

branch: externals/compat
commit b948b40c113833691228c3c8f5982c0b091c5df9
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Use quote instead of function
---
 compat-macs.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat-macs.el b/compat-macs.el
index d5e2e97bc4..f2bcc21e7a 100644
--- a/compat-macs.el
+++ b/compat-macs.el
@@ -108,7 +108,7 @@ TYPE is used to set the symbol property `compat-type' for 
NAME."
        ,(funcall def-fn realname version)
        ,(if feature
             ;; See https://nullprogram.com/blog/2018/02/22/:
-            `(eval-after-load ',feature `(funcall #',(lambda () ,body)))
+            `(eval-after-load ',feature `(funcall ',(lambda () ,body)))
           body))))
 
 (defun compat-common-fdefine (type name arglist docstring rest)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]