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:
parent
0a12111d2f
commit
3823a9059e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue