From: Juri Linkov Date: Mon, 2 Aug 2021 22:08:23 +0000 (+0300) Subject: Adjust tab-bar to the new mode-line-misc-info value (bug#49806) X-Git-Tag: emacs-28.0.90~1601 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=09c362025338ff1597593a90f4be5eeac589a7b4;p=emacs.git 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'. --- 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'."