comparison lisp/speedbar.el @ 57786:feb47c14dfa5

(speedbar-frame-parameters): Improve customize type.
author Andreas Schwab <schwab@suse.de>
date Fri, 29 Oct 2004 20:57:51 +0000
parents c36d40df2cc6
children 57b41981928e e24e2e78deda
comparison
equal deleted inserted replaced
57785:2a55e2b38c8d 57786:feb47c14dfa5
352 "*Parameters to use when creating the speedbar frame in Emacs. 352 "*Parameters to use when creating the speedbar frame in Emacs.
353 Any parameter supported by a frame may be added. The parameter `height' 353 Any parameter supported by a frame may be added. The parameter `height'
354 will be initialized to the height of the frame speedbar is 354 will be initialized to the height of the frame speedbar is
355 attached to and added to this list before the new frame is initialized." 355 attached to and added to this list before the new frame is initialized."
356 :group 'speedbar 356 :group 'speedbar
357 :type '(repeat (sexp :tag "Parameter:"))) 357 :type '(repeat (cons :format "%v"
358 (symbol :tag "Parameter")
359 (sexp :tag "Value"))))
358 360
359 ;; These values by Hrvoje Niksic <hniksic@srce.hr> 361 ;; These values by Hrvoje Niksic <hniksic@srce.hr>
360 (defcustom speedbar-frame-plist 362 (defcustom speedbar-frame-plist
361 '(minibuffer nil width 20 border-width 0 363 '(minibuffer nil width 20 border-width 0
362 internal-border-width 0 unsplittable t 364 internal-border-width 0 unsplittable t