1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-31 04:41:23 -08:00

Merge pull request from npostavs/eval-after-name

pass name (not name-string) to eval-after-load
GitHub-reference: https://github.com/jwiegley/use-package/issues/53
This commit is contained in:
John Wiegley 2013-09-17 00:22:16 -07:00
commit 6fdeb0c044

View file

@ -637,7 +637,7 @@ For full documentation. please see commentary.
,@form
,init-body
,(unless (null config-body)
`(eval-after-load ,name-string
`(eval-after-load ,(if (stringp name) name `',name)
`(,(lambda ()
(if ,requires-test
,(macroexpand-all