]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/tab-bar.el (tab-bar-new-tab-to): Fix tabs not reappearing (bug#42052)
authorJames N. V. Cash <james.cash@occasionallycogent.com>
Fri, 18 Sep 2020 08:27:07 +0000 (11:27 +0300)
committerJuri Linkov <juri@linkov.net>
Fri, 18 Sep 2020 08:27:07 +0000 (11:27 +0300)
Copyright-paperwork-exempt: yes

lisp/tab-bar.el

index d8f932e7a4093890def15a67d654d16bc9810b9c..e4b3c8cf19798c27fdf962b34b9dd68523f6bba0 100644 (file)
@@ -801,7 +801,6 @@ After the tab is created, the hooks in
                           (nth to-index tabs)))
 
     (cond
-     (tab-bar-mode)
      ((eq tab-bar-show t)
       (tab-bar-mode 1))
      ((and (natnump tab-bar-show)