branch: externals/setup
commit c1816d0917ecf63fb4dbc03fd08ba5ca6ca98aa5
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>
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))