diff options
author | Andreas Schwab <schwab@suse.de> | 2004-10-29 20:59:04 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2004-10-29 20:59:04 +0000 |
commit | 88aab7b456af9fc10fdcd74af0a68299c64ee9d6 (patch) | |
tree | fe246a50027e609dc79bb6695b212c55fd91548c /lisp | |
parent | ab60bd74039853d94fd4b9715724af9444879b93 (diff) | |
download | emacs-88aab7b456af9fc10fdcd74af0a68299c64ee9d6.tar.gz |
(speedbar-frame-parameters): Improve customize type.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/speedbar.el | 4 |
2 files changed, 7 insertions, 1 deletions
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 <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 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 |