mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-16 10:50:49 -08:00
Keymap bindings must be interactive
This commit is contained in:
parent
c850481d06
commit
f1a00054b1
1 changed files with 1 additions and 0 deletions
|
|
@ -697,6 +697,7 @@ deferred until the prefix key sequence is pressed."
|
||||||
'bind-key)
|
'bind-key)
|
||||||
,(car binding)
|
,(car binding)
|
||||||
#'(lambda ()
|
#'(lambda ()
|
||||||
|
(interactive)
|
||||||
(use-package-autoload-keymap
|
(use-package-autoload-keymap
|
||||||
',(cdr binding) ',name-symbol nil)))) arg)))
|
',(cdr binding) ',name-symbol nil)))) arg)))
|
||||||
(use-package-concat
|
(use-package-concat
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue