From 09c362025338ff1597593a90f4be5eeac589a7b4 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Tue, 3 Aug 2021 01:08:23 +0300 Subject: [PATCH] Adjust tab-bar to the new mode-line-misc-info value (bug#49806) * lisp/tab-bar.el (tab-bar--define-keys): Adjust to the new default value for `mode-line-misc-info'. --- lisp/tab-bar.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/tab-bar.el b/lisp/tab-bar.el index 4d7a0796e56..7459e1b78c2 100644 --- a/lisp/tab-bar.el +++ b/lisp/tab-bar.el @@ -142,8 +142,7 @@ Possible modifier keys are `control', `meta', `shift', `hyper', `super' and '(("" (:eval (if (and tab-bar-mode (memq 'tab-bar-format-global tab-bar-format)) - "" global-mode-string)) - " "))))) + "" global-mode-string))))))) (defun tab-bar--undefine-keys () "Uninstall key bindings previously bound by `tab-bar--define-keys'." -- 2.39.2