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:
parent
0a12111d2f
commit
3823a9059e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user