comparison lisp/speedbar.el @ 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 94ddde8e0c64
children 64e80b07376b
comparison
equal deleted inserted replaced
23274:0c30ca946dba 23275:a1bd0f4f73e1
3 ;;; Copyright (C) 1996, 97, 98 Free Software Foundation 3 ;;; Copyright (C) 1996, 97, 98 Free Software Foundation
4 4
5 ;; Author: Eric M. Ludlam <zappo@gnu.org> 5 ;; Author: Eric M. Ludlam <zappo@gnu.org>
6 ;; Version: 0.7.2c 6 ;; Version: 0.7.2c
7 ;; Keywords: file, tags, tools 7 ;; Keywords: file, tags, tools
8 ;; X-RCS: $Id: speedbar.el,v 1.14 1998/09/12 13:56:25 zappo Exp zappo $ 8 ;; X-RCS: $Id: speedbar.el,v 1.15 1998/09/12 13:58:46 zappo Exp $
9 9
10 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
11 11
12 ;; GNU Emacs is free software; you can redistribute it and/or modify 12 ;; GNU Emacs is free software; you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by 13 ;; it under the terms of the GNU General Public License as published by
270 (defcustom speedbar-initial-expansion-list-name "files" 270 (defcustom speedbar-initial-expansion-list-name "files"
271 "A symbol name representing the expansion list to use. 271 "A symbol name representing the expansion list to use.
272 The expansion list `speedbar-initial-expansion-mode-alist' contains 272 The expansion list `speedbar-initial-expansion-mode-alist' contains
273 the names and associated functions to use for buttons in speedbar." 273 the names and associated functions to use for buttons in speedbar."
274 :group 'speedbar 274 :group 'speedbar
275 :type '(radio (const :tag "File Directorys" file) 275 :type '(radio (const :tag "File Directories" "files")
276 (const "buffers")
277 (const "quick buffers")
276 )) 278 ))
277 279
278 (defvar speedbar-previously-used-expansion-list-name "files" 280 (defvar speedbar-previously-used-expansion-list-name "files"
279 "Save the last expansion list method. 281 "Save the last expansion list method.
280 This is used for returning to a previous expansion list method when 282 This is used for returning to a previous expansion list method when