1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-25 22:50:37 -08: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)