]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/tab-bar.el (tab-prefix-map): Fix key broken by conversion.
authorJuri Linkov <juri@linkov.net>
Thu, 28 Jul 2022 19:49:09 +0000 (22:49 +0300)
committerJuri Linkov <juri@linkov.net>
Thu, 28 Jul 2022 19:49:09 +0000 (22:49 +0300)
lisp/tab-bar.el

index 1a3f35891efe45850dcfd222a23d9b6e7a0aa9d3..cf5ae09a2479451108e154fc49d80d6de31a18cf 100644 (file)
@@ -2411,7 +2411,7 @@ When `switch-to-buffer-obey-display-actions' is non-nil,
 (keymap-set tab-prefix-map "M"   #'tab-move-to)
 (keymap-set tab-prefix-map "G"   #'tab-group)
 (keymap-set tab-prefix-map "r"   #'tab-rename)
-(keymap-set tab-prefix-map "r"   #'tab-switch)
+(keymap-set tab-prefix-map "RET" #'tab-switch)
 (keymap-set tab-prefix-map "b"   #'switch-to-buffer-other-tab)
 (keymap-set tab-prefix-map "f"   #'find-file-other-tab)
 (keymap-set tab-prefix-map "C-f" #'find-file-other-tab)