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:
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)
|
||||
,(car binding)
|
||||
#'(lambda ()
|
||||
(interactive)
|
||||
(use-package-autoload-keymap
|
||||
',(cdr binding) ',name-symbol nil)))) arg)))
|
||||
(use-package-concat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue