From 88aab7b456af9fc10fdcd74af0a68299c64ee9d6 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 29 Oct 2004 20:59:04 +0000 Subject: [PATCH] (speedbar-frame-parameters): Improve customize type. --- lisp/ChangeLog | 4 ++++ lisp/speedbar.el | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 764b5e77bb3..f6a51a4831e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-10-29 Andreas Schwab + + * speedbar.el (speedbar-frame-parameters): Improve customize type. + 2004-10-29 Sam Steingold * mouse.el (mouse-show-mark): Repleace the last occurrence of 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 (defcustom speedbar-frame-plist -- 2.39.2