From 7b2dd0ed50e197096ac6bf559e7ef59610dda3a1 Mon Sep 17 00:00:00 2001 From: "James N. V. Cash" Date: Fri, 18 Sep 2020 11:27:07 +0300 Subject: [PATCH] * lisp/tab-bar.el (tab-bar-new-tab-to): Fix tabs not reappearing (bug#42052) Copyright-paperwork-exempt: yes --- lisp/tab-bar.el | 1 - 1 file changed, 1 deletion(-) 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) -- 2.39.5