mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
Fix button-buffer-map binding error
* lisp/button.el (button-buffer-map): Fix error in map rewriting in previous commit.
This commit is contained in:
parent
4916c827ec
commit
10c48b7080
@ -56,10 +56,10 @@
|
||||
:group 'basic-faces)
|
||||
|
||||
(defvar-keymap button-buffer-map
|
||||
:doc "Keymap useful for buffers containing buttons.
|
||||
:doc "Keymap useful for buffers containing buttons.
|
||||
Mode-specific keymaps may want to use this as their parent keymap."
|
||||
"TAB" #'forward-button
|
||||
"C-TAB" #'backward-button
|
||||
"ESC TAB" #'backward-button
|
||||
"<backtab>" #'backward-button)
|
||||
|
||||
(defvar-keymap button-map
|
||||
|
Loading…
Reference in New Issue
Block a user