changeset 23275:a1bd0f4f73e1

(speedbar-initial-expansion-list-name): Fix customize type.
author Andreas Schwab <schwab@suse.de>
date Fri, 18 Sep 1998 09:21:27 +0000
parents 0c30ca946dba
children 912ae6c6787d
files lisp/speedbar.el
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/speedbar.el	Fri Sep 18 09:20:28 1998 +0000
+++ b/lisp/speedbar.el	Fri Sep 18 09:21:27 1998 +0000
@@ -5,7 +5,7 @@
 ;; Author: Eric M. Ludlam <zappo@gnu.org>
 ;; 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 @@
 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"