[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/setup c1816d0917 5/5: Append setup-macros to macroexpan
From: |
ELPA Syncer |
Subject: |
[elpa] externals/setup c1816d0917 5/5: Append setup-macros to macroexpand-all-environment |
Date: |
Wed, 20 Apr 2022 08:58:02 -0400 (EDT) |
branch: externals/setup
commit c1816d0917ecf63fb4dbc03fd08ba5ca6ca98aa5
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>
Append setup-macros to macroexpand-all-environment
---
setup.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.el b/setup.el
index e221959a03..dccd06ea1a 100644
--- a/setup.el
+++ b/setup.el
@@ -154,7 +154,7 @@ NAME may also be a macro, if it can provide a symbol."
(if (assq :with-feature setup-macros)
`(:with-feature ,name ,@body)
(macroexp-progn body))
- setup-macros))
+ (append setup-macros macroexpand-all-environment)))
(dolist (mod-fn setup-modifier-list)
(setq body (funcall mod-fn body name)))
body))