aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/speedbar.el4
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 764b5e77bb..f6a51a4831 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-29 Andreas Schwab <[email protected]>
+
+ * speedbar.el (speedbar-frame-parameters): Improve customize type.
+
2004-10-29 Sam Steingold <[email protected]>
* mouse.el (mouse-show-mark): Repleace the last occurrence of
diff --git a/lisp/speedbar.el b/lisp/speedbar.el
index db16f2f78f..c182dffdba 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 <[email protected]>
(defcustom speedbar-frame-plist