branch: externals/compat commit f2cdd2c78dabbd92db07fda972b9fe9c8c35666b Author: Philip Kaludercic <phil...@posteo.net> Commit: Philip Kaludercic <phil...@posteo.net>
Fix deferred compatibility definitions --- compat-macs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat-macs.el b/compat-macs.el index 8bf5005fe9..b2e8612102 100644 --- a/compat-macs.el +++ b/compat-macs.el @@ -103,7 +103,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)