summaryrefslogtreecommitdiff
path: root/lisp/speedbar.el
diff options
context:
space:
mode:
authorEric M. Ludlam <zappo@gnu.org>1998-08-14 01:15:33 +0000
committerEric M. Ludlam <zappo@gnu.org>1998-08-14 01:15:33 +0000
commit67fc2d1f6849818e21ae524f67f9b07bfc8c6b33 (patch)
tree24818631b2b93d794f207ba6ed319ea292940340 /lisp/speedbar.el
parent4be9beaf4e4120f67dbf525a84789525bfef2ef8 (diff)
downloademacs-67fc2d1f6849818e21ae524f67f9b07bfc8c6b33.tar.gz
Removed scrollbar-width from the frame-parameters.
Diffstat (limited to 'lisp/speedbar.el')
-rw-r--r--lisp/speedbar.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/speedbar.el b/lisp/speedbar.el
index 5d1e3d32bd5..65c891aa2d7 100644
--- a/lisp/speedbar.el
+++ b/lisp/speedbar.el
@@ -5,7 +5,7 @@
;; Author: Eric M. Ludlam <zappo@gnu.org>
;; Version: 0.7.2
;; Keywords: file, tags, tools
-;; X-RCS: $Id: speedbar.el,v 1.6 1998/08/04 13:58:39 zappo Exp zappo $
+;; X-RCS: $Id: speedbar.el,v 1.7 1998/08/08 21:20:51 zappo Exp zappo $
;; This file is part of GNU Emacs.
@@ -360,7 +360,6 @@ between different directories."
(defcustom speedbar-frame-parameters '((minibuffer . nil)
(width . 20)
- (scroll-bar-width . 10)
(border-width . 0)
(menu-bar-lines . 0)
(unsplittable . t))