]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/tab-bar.el (tab-bar--define-keys): Add check for tab-bar-format-global.
authorJuri Linkov <juri@linkov.net>
Mon, 1 Mar 2021 19:56:42 +0000 (21:56 +0200)
committerJuri Linkov <juri@linkov.net>
Mon, 1 Mar 2021 19:58:43 +0000 (21:58 +0200)
lisp/tab-bar.el

index c3955913e2d122089546080673d8cfc5b2b76d87..d93ee9c93f1d5d10b43e1aba59088c8012e36b8e 100644 (file)
@@ -117,8 +117,9 @@ 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 (member '(global-mode-string ("" global-mode-string " "))
-                mode-line-misc-info)
+  (when (and (memq 'tab-bar-format-global tab-bar-format)
+             (member '(global-mode-string ("" global-mode-string " "))
+                     mode-line-misc-info))
     (setq mode-line-misc-info
           (append '(global-mode-string
                     ("" (:eval (if (and tab-bar-mode