Fix reference to renamed variable targets

This commit is contained in:
Henrik Lissner 2019-07-23 01:27:20 +02:00
parent d59405b282
commit 7ebc9045f2
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -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)