From: Andreas Schwab Date: Fri, 18 Sep 1998 09:21:27 +0000 (+0000) Subject: (speedbar-initial-expansion-list-name): Fix X-Git-Tag: emacs-20.4~1674 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c6e5033d0e5602857df2e8a82ffbf716c94d3ccb;p=emacs.git (speedbar-initial-expansion-list-name): Fix customize type. --- diff --git a/lisp/speedbar.el b/lisp/speedbar.el index df7bdb056d5..e605991c6c0 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el @@ -5,7 +5,7 @@ ;; Author: Eric M. Ludlam ;; Version: 0.7.2c ;; Keywords: file, tags, tools -;; X-RCS: $Id: speedbar.el,v 1.14 1998/09/12 13:56:25 zappo Exp zappo $ +;; X-RCS: $Id: speedbar.el,v 1.15 1998/09/12 13:58:46 zappo Exp $ ;; This file is part of GNU Emacs. @@ -272,7 +272,9 @@ inserting buttons.") The expansion list `speedbar-initial-expansion-mode-alist' contains the names and associated functions to use for buttons in speedbar." :group 'speedbar - :type '(radio (const :tag "File Directorys" file) + :type '(radio (const :tag "File Directories" "files") + (const "buffers") + (const "quick buffers") )) (defvar speedbar-previously-used-expansion-list-name "files"