emacs-diffs
[Top][All Lists]
Advanced

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

master 09c3620: Adjust tab-bar to the new mode-line-misc-info value (bug


From: Juri Linkov
Subject: master 09c3620: Adjust tab-bar to the new mode-line-misc-info value (bug#49806)
Date: Mon, 2 Aug 2021 18:09:15 -0400 (EDT)

branch: master
commit 09c362025338ff1597593a90f4be5eeac589a7b4
Author: Juri Linkov <juri@linkov.net>
Commit: Juri Linkov <juri@linkov.net>

    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'.
---
 lisp/tab-bar.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/tab-bar.el b/lisp/tab-bar.el
index 4d7a079..7459e1b 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'."



reply via email to

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