From: James N. V. Cash Date: Fri, 18 Sep 2020 08:27:07 +0000 (+0300) Subject: * lisp/tab-bar.el (tab-bar-new-tab-to): Fix tabs not reappearing (bug#42052) X-Git-Tag: emacs-28.0.90~6019^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7b2dd0ed50e197096ac6bf559e7ef59610dda3a1;p=emacs.git * lisp/tab-bar.el (tab-bar-new-tab-to): Fix tabs not reappearing (bug#42052) Copyright-paperwork-exempt: yes --- diff --git a/lisp/tab-bar.el b/lisp/tab-bar.el index d8f932e7a40..e4b3c8cf197 100644 --- a/lisp/tab-bar.el +++ b/lisp/tab-bar.el @@ -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)