]> git.eshelyaron.com Git - emacs.git/commit
Backport: 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:30:40 +0000 (14:30 -0400)
commit82742e295d2907bb2f56090296f7a128f1f3d6aa
tree3f28fdb02b4b2b15448bc09c248e54a007cb0c47
parent2035ecca578f3cbcc96c314e16e21be51ddea98d
Backport: 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-<.

(cherry picked from commit dd7c191291c8eb1afeac0f1512745491c5c7a317)
lisp/allout-widgets.el