1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Keymap bindings must be interactive

This commit is contained in:
John Wiegley 2015-03-25 18:14:49 -05:00
parent c850481d06
commit f1a00054b1

View file

@ -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