]> git.eshelyaron.com Git - emacs.git/commitdiff
Adjust tab-bar to the new mode-line-misc-info value (bug#49806)
authorJuri Linkov <juri@linkov.net>
Mon, 2 Aug 2021 22:08:23 +0000 (01:08 +0300)
committerJuri Linkov <juri@linkov.net>
Mon, 2 Aug 2021 22:08:23 +0000 (01:08 +0300)
* lisp/tab-bar.el (tab-bar--define-keys): Adjust to the new
default value for `mode-line-misc-info'.

lisp/tab-bar.el

index 4d7a0796e56a0db815fdc11430ce1bf4167ca650..7459e1b78c213275e56bc59540794a3a8faf10c5 100644 (file)
@@ -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'."