mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-06 20:29:36 +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:
commit
c38c33e6fa
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)
|
(if (bound-and-true-p use-package--recursive-autoload)
|
||||||
(use-package-error
|
(use-package-error
|
||||||
(format "Autoloading failed to define function %S"
|
(format "Autoloading failed to define function %S"
|
||||||
command))
|
',command))
|
||||||
(when (use-package-install-deferred-package
|
(when (use-package-install-deferred-package
|
||||||
',package-name :autoload)
|
',package-name :autoload)
|
||||||
(require ',package-name)
|
(require ',package-name)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue