From 8b808be2fb9135b0ea1fe90c08869c345f77cfc5 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 24 Jul 2021 13:53:46 +0200 Subject: [PATCH] Adjust tab-bar to the new mode-line-misc-info value * lisp/tab-bar.el (tab-bar--define-keys): Adjust to the new default value for `mode-line-misc-info'. --- lisp/tab-bar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/tab-bar.el b/lisp/tab-bar.el index 41d565abd58..c63ef20abea 100644 --- a/lisp/tab-bar.el +++ b/lisp/tab-bar.el @@ -136,7 +136,7 @@ Possible modifier keys are `control', `meta', `shift', `hyper', `super' and ;; Replace default value with a condition that supports displaying ;; global-mode-string in the tab bar instead of the mode line. (when (and (memq 'tab-bar-format-global tab-bar-format) - (member '(global-mode-string ("" global-mode-string " ")) + (member '(global-mode-string ("" global-mode-string)) mode-line-misc-info)) (setf (alist-get 'global-mode-string mode-line-misc-info) '(("" (:eval (if (and tab-bar-mode -- 2.39.2