]> git.eshelyaron.com Git - emacs.git/commit
Resolve missing button-region keymap bindings.
authorKen Manheimer <ken.manheimer@gmail.com>
Tue, 7 Jul 2020 14:32:03 +0000 (10:32 -0400)
committerKen Manheimer <ken.manheimer@gmail.com>
Mon, 20 Jul 2020 18:06:41 +0000 (14:06 -0400)
commitdd7c191291c8eb1afeac0f1512745491c5c7a317
tree6adbdff450d64076619b51358253e4143c4ef6fe
parent3c410b6b4753e02269bb36914e7534eb124150dd
Resolve missing button-region keymap bindings.

* lisp/allout-widgets.el (allout-item-icon-keymap,
allout-item-body-keymap, allout-cue-span-keymap, allout-widgets-mode):
Inherit from both (current-local-map) and (current-global-map). This
provides for missing global bindings when inheriting from
just (current-local-map), eg Esc-<.
lisp/allout-widgets.el