# HG changeset patch # User Andreas Schwab # Date 906110487 0 # Node ID a1bd0f4f73e1ef63f62e9adc7af808a73c864850 # Parent 0c30ca946dbaa4513807a0b2833eebc2b48824fd (speedbar-initial-expansion-list-name): Fix customize type. diff -r 0c30ca946dba -r a1bd0f4f73e1 lisp/speedbar.el --- 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 ;; 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"