projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c850481
)
Keymap bindings must be interactive
author
John Wiegley
<johnw@newartisans.com>
Wed, 25 Mar 2015 23:14:49 +0000
(18:14 -0500)
committer
John Wiegley
<johnw@newartisans.com>
Wed, 25 Mar 2015 23:14:49 +0000
(18:14 -0500)
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 0d6325c4f0f5968d74ed955b6e1aff2bc4e6fdbf..6feb0d84a5ca4492f2515f6085dbf02bcfed9150 100644
(file)
--- a/
lisp/use-package/use-package.el
+++ b/
lisp/use-package/use-package.el
@@
-697,6
+697,7
@@
deferred until the prefix key sequence is pressed."
'bind-key)
,(car binding)
#'(lambda ()
+ (interactive)
(use-package-autoload-keymap
',(cdr binding) ',name-symbol nil)))) arg)))
(use-package-concat