]> git.eshelyaron.com Git - emacs.git/commit
* wid-edit.el (widget-default-create): Move ?h handling here...
authorChong Yidong <cyd@stupidchicken.com>
Thu, 14 Jun 2007 23:07:05 +0000 (23:07 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 14 Jun 2007 23:07:05 +0000 (23:07 +0000)
commitf0db902e0105b87ef3eee8fdbda61068123c4496
treea6721b5fa861307f07de30f3647c4e4318864ac7
parent3ab6a7ae0503d07bf4aca37d877c7e2f46c85f42
* wid-edit.el (widget-default-create): Move ?h handling here...
(widget-default-format-handler): ...from here.
(widget-docstring, widget-add-documentation-string-button): New funs.
(documentation-string): Add :visibility-widget property.
(widget-documentation-string-value-create): Use it.

* cus-edit.el (custom-split-regexp-maybe): Simplify.
(custom-buffer-create-internal): Simplify message.
(custom-variable-tag): Reduce height to normal.
(custom-variable-value-create, custom-face-value-create)
(custom-visibility): New widget.
(custom-visibility): New face.
(custom-group-value-create): Call
widget-add-documentation-string-button, using `custom-visibility'.
lisp/ChangeLog