]> git.eshelyaron.com Git - emacs.git/commitdiff
(speedbar-frame-parameters): Improve customize type.
authorAndreas Schwab <schwab@suse.de>
Fri, 29 Oct 2004 20:59:04 +0000 (20:59 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 29 Oct 2004 20:59:04 +0000 (20:59 +0000)
lisp/ChangeLog
lisp/speedbar.el

index 764b5e77bb3a818cd009f60b2c3eef0e33e2f9f4..f6a51a4831e7b5a6da33fa378fef02a370644f60 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-29  Andreas Schwab  <schwab@suse.de>
+
+       * speedbar.el (speedbar-frame-parameters): Improve customize type.
+
 2004-10-29  Sam Steingold  <sds@gnu.org>
 
        * mouse.el (mouse-show-mark): Repleace the last occurrence of
index db16f2f78f30fa5797be8a8b1f1dbf266920a1d9..c182dffdba7062e23129cb7a8cacc67274884fda 100644 (file)
@@ -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