Fix after! macro with multiple features
This commit is contained in:
parent
f8b9cff4aa
commit
4863f9fbf0
1 changed files with 2 additions and 2 deletions
|
@ -204,8 +204,8 @@ compilation. This will no-op on features that have been disabled by the user."
|
||||||
((and (consp targets)
|
((and (consp targets)
|
||||||
(memq (car targets) '(:and :all)))
|
(memq (car targets) '(:and :all)))
|
||||||
(dolist (next (cdr targets))
|
(dolist (next (cdr targets))
|
||||||
(setq body `(after! ,next ,@body)))
|
(setq body `((after! ,next ,@body))))
|
||||||
body)
|
(car body))
|
||||||
((listp targets)
|
((listp targets)
|
||||||
`(after! (:all ,@targets) ,@body))))))
|
`(after! (:all ,@targets) ,@body))))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue