emacs-diffs
[Top][All Lists]
Advanced

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

master 4d43974 2/2: Merge branch 'master' of git.sv.gnu.org:/srv/git/ema


From: Michael Albinus
Subject: master 4d43974 2/2: Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Date: Sat, 24 Jul 2021 07:58:32 -0400 (EDT)

branch: master
commit 4d439744685b6b2492685124994120ebd1fa4abb
Merge: 9ad1f71 8b808be
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
---
 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]