Fix reference to renamed variable targets
This commit is contained in:
parent
d59405b282
commit
7ebc9045f2
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ This is a wrapper around `eval-after-load' that:
|
|||
(eval-after-load ',package ',body)))))
|
||||
(let ((p (car package)))
|
||||
(cond ((not (keywordp p))
|
||||
`(after! (:and ,@targets) ,@body))
|
||||
`(after! (:and ,@package) ,@body))
|
||||
((memq p '(:or :any))
|
||||
(macroexp-progn
|
||||
(cl-loop for next in (cdr package)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue