emacs-diffs
[Top][All Lists]
Advanced

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

master 7b2dd0e: * lisp/tab-bar.el (tab-bar-new-tab-to): Fix tabs not rea


From: Juri Linkov
Subject: master 7b2dd0e: * lisp/tab-bar.el (tab-bar-new-tab-to): Fix tabs not reappearing (bug#42052)
Date: Fri, 18 Sep 2020 04:28:13 -0400 (EDT)

branch: master
commit 7b2dd0ed50e197096ac6bf559e7ef59610dda3a1
Author: James N. V. Cash <james.cash@occasionallycogent.com>
Commit: Juri Linkov <juri@linkov.net>

    * 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 d8f932e..e4b3c8c 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)



reply via email to

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