emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 8b808be: Adjust tab-bar to the new mode-line-misc-info value


From: Lars Ingebrigtsen
Subject: master 8b808be: Adjust tab-bar to the new mode-line-misc-info value
Date: Sat, 24 Jul 2021 07:53:54 -0400 (EDT)

branch: master
commit 8b808be2fb9135b0ea1fe90c08869c345f77cfc5
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 41d565a..c63ef20 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]