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

Fix quoting error in failed autoload message

This commit is contained in:
Radon Rosborough 2017-05-07 15:23:50 -07:00
parent 0a12111d2f
commit 3823a9059e

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)