diff options
Diffstat (limited to 'lisp/use-package/use-package.el')
-rw-r--r-- | lisp/use-package/use-package.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el index 74f1f309436..b6fecb9fe33 100644 --- a/lisp/use-package/use-package.el +++ b/lisp/use-package/use-package.el @@ -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) |