Merge pull request from Silex/master

Fix "compiling" typo
GitHub-reference: https://github.com/jwiegley/use-package/issues/125
This commit is contained in:
John Wiegley 2014-09-18 21:33:08 +01:00
commit 6570447a05

View file

@ -415,7 +415,7 @@ For full documentation. please see commentary.
,(if (stringp name)
`(load ,name t)
`(require ',name nil t))
(error (message "Error compiling %s: %s" ',name err) nil))))
(error (message "Error requiring %s: %s" ',name err) nil))))
,(if (and (or commands (use-package-plist-get args :defer))
(not (use-package-plist-get args :demand)))