summaryrefslogtreecommitdiff
path: root/lisp/speedbar.el
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2004-10-29 20:59:04 +0000
committerAndreas Schwab <schwab@suse.de>2004-10-29 20:59:04 +0000
commit88aab7b456af9fc10fdcd74af0a68299c64ee9d6 (patch)
treefe246a50027e609dc79bb6695b212c55fd91548c /lisp/speedbar.el
parentab60bd74039853d94fd4b9715724af9444879b93 (diff)
downloademacs-88aab7b456af9fc10fdcd74af0a68299c64ee9d6.tar.gz
(speedbar-frame-parameters): Improve customize type.
Diffstat (limited to 'lisp/speedbar.el')
-rw-r--r--lisp/speedbar.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/speedbar.el b/lisp/speedbar.el
index db16f2f78f3..c182dffdba7 100644
--- a/lisp/speedbar.el
+++ b/lisp/speedbar.el
@@ -354,7 +354,9 @@ Any parameter supported by a frame may be added. The parameter `height'
will be initialized to the height of the frame speedbar is
attached to and added to this list before the new frame is initialized."
:group 'speedbar
- :type '(repeat (sexp :tag "Parameter:")))
+ :type '(repeat (cons :format "%v"
+ (symbol :tag "Parameter")
+ (sexp :tag "Value"))))
;; These values by Hrvoje Niksic <hniksic@srce.hr>
(defcustom speedbar-frame-plist