mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 15:56:35 -04:00
Keymap bindings must be interactive
This commit is contained in:
parent
c850481d06
commit
f1a00054b1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue