Mercurial > emacs
changeset 23015:4dad612df002
Removed scrollbar-width from the frame-parameters.
author | Eric M. Ludlam <zappo@gnu.org> |
---|---|
date | Fri, 14 Aug 1998 01:15:33 +0000 |
parents | ddc2fa7883d6 |
children | a8c034594292 |
files | lisp/speedbar.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/speedbar.el Thu Aug 13 23:02:48 1998 +0000 +++ b/lisp/speedbar.el Fri Aug 14 01:15:33 1998 +0000 @@ -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 @@ (defcustom speedbar-frame-parameters '((minibuffer . nil) (width . 20) - (scroll-bar-width . 10) (border-width . 0) (menu-bar-lines . 0) (unsplittable . t))