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:
commit
6fdeb0c044
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue