1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(speedbar-initial-expansion-list-name): Fix

customize type.
This commit is contained in:
Andreas Schwab 1998-09-18 09:21:27 +00:00
parent 6f0984e52c
commit c6e5033d0e

View File

@ -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 @@ 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"