aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2022-07-28 22:49:09 +0300
committerJuri Linkov2022-07-28 22:49:09 +0300
commit3f05698dfb5edfce050c7402ea400b61ad808ce4 (patch)
treeb832ba7066a28961c0053061a29df20ccc773b08
parentdc96fe5c101a4e1b0a332497c94c021bf7be4ce1 (diff)
downloademacs-3f05698dfb5edfce050c7402ea400b61ad808ce4.tar.gz
emacs-3f05698dfb5edfce050c7402ea400b61ad808ce4.zip
* lisp/tab-bar.el (tab-prefix-map): Fix key broken by conversion.
-rw-r--r--lisp/tab-bar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tab-bar.el b/lisp/tab-bar.el
index 1a3f35891ef..cf5ae09a247 100644
--- a/lisp/tab-bar.el
+++ b/lisp/tab-bar.el
@@ -2411,7 +2411,7 @@ When `switch-to-buffer-obey-display-actions' is non-nil,
2411(keymap-set tab-prefix-map "M" #'tab-move-to) 2411(keymap-set tab-prefix-map "M" #'tab-move-to)
2412(keymap-set tab-prefix-map "G" #'tab-group) 2412(keymap-set tab-prefix-map "G" #'tab-group)
2413(keymap-set tab-prefix-map "r" #'tab-rename) 2413(keymap-set tab-prefix-map "r" #'tab-rename)
2414(keymap-set tab-prefix-map "r" #'tab-switch) 2414(keymap-set tab-prefix-map "RET" #'tab-switch)
2415(keymap-set tab-prefix-map "b" #'switch-to-buffer-other-tab) 2415(keymap-set tab-prefix-map "b" #'switch-to-buffer-other-tab)
2416(keymap-set tab-prefix-map "f" #'find-file-other-tab) 2416(keymap-set tab-prefix-map "f" #'find-file-other-tab)
2417(keymap-set tab-prefix-map "C-f" #'find-file-other-tab) 2417(keymap-set tab-prefix-map "C-f" #'find-file-other-tab)