projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a12111
)
Fix quoting error in failed autoload message
author
Radon Rosborough
<radon.neon@gmail.com>
Sun, 7 May 2017 22:23:50 +0000
(15:23 -0700)
committer
Radon Rosborough
<radon.neon@gmail.com>
Sun, 7 May 2017 22:23:50 +0000
(15:23 -0700)
lisp/use-package/use-package.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/use-package.el
b/lisp/use-package/use-package.el
index 74f1f3094369f012bdf533da7ee9cd87c3cf8bf2..b6fecb9fe33be23801d384bc2ca7478199055eac 100644
(file)
--- 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)