1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

Merge pull request from raxod502/feat/failed-autoload-msg

Fix quoting error in failed autoload message
GitHub-reference: https://github.com/jwiegley/use-package/issues/456
This commit is contained in:
John Wiegley 2017-05-09 11:57:54 -07:00 committed by GitHub
commit c38c33e6fa

View File

@ -1199,7 +1199,7 @@ deferred until the prefix key sequence is pressed."
(if (bound-and-true-p use-package--recursive-autoload)
(use-package-error
(format "Autoloading failed to define function %S"
command))
',command))
(when (use-package-install-deferred-package
',package-name :autoload)
(require ',package-name)