emacs-diffs
[Top][All Lists]
Advanced

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

master 9e22cd30ebd 1/2: Disable tab-bar by default in Speedbar frames


From: Po Lu
Subject: master 9e22cd30ebd 1/2: Disable tab-bar by default in Speedbar frames
Date: Mon, 8 Apr 2024 22:39:50 -0400 (EDT)

branch: master
commit 9e22cd30ebd68326c26a6e511d3722bdb5b9164c
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    Disable tab-bar by default in Speedbar frames
    
    * lisp/speedbar.el (speedbar-frame-parameters): Set
    tab-bar-lines to 0.
---
 lisp/speedbar.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/speedbar.el b/lisp/speedbar.el
index 2ed97986fe7..c13c977938b 100644
--- a/lisp/speedbar.el
+++ b/lisp/speedbar.el
@@ -294,6 +294,7 @@ A nil value means don't show the file in the list."
                                       (border-width . 0)
                                       (menu-bar-lines . 0)
                                       (tool-bar-lines . 0)
+                                      (tab-bar-lines . 0)
                                       (unsplittable . t)
                                       (left-fringe . 0)
                                       )
@@ -304,7 +305,8 @@ attached to and added to this list before the new frame is 
initialized."
   :group 'speedbar
   :type '(repeat (cons :format "%v"
                       (symbol :tag "Parameter")
-                      (sexp :tag "Value"))))
+                      (sexp :tag "Value")))
+  :version "30.1")
 
 (defcustom speedbar-use-imenu-flag t
   "Non-nil means use imenu for file parsing, nil to use etags.



reply via email to

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