Fix 2010-03-12T22:56:30Z!cyd@stupidchicken.com change -- rename :on/off-image widget...
commit895123f56682ed3fa9d210b1e6cfed0b3857b3e2
authorChong Yidong <cyd@stupidchicken.com>
Sun, 9 Jan 2011 21:05:53 +0000 (9 16:05 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 9 Jan 2011 21:05:53 +0000 (9 16:05 -0500)
treebd4292b8d640b6e46456cb898867ed36f0bb2aaa
parent9094fd8fc83cf9587c4eaeca03d6d4149a73f53d
Fix 2010-03-12T22:56:30Z!cyd@stupidchicken.com change -- rename :on/off-image widget props to :on/off-glyph.

* wid-edit.el (visibility): Replace :on-image and :off-image
widget properties with :on-glyph and :off-glyph, for consistency
with the `visibility' widget.
(widget-toggle-value-create, widget-visibility-value-create):
Merge into a single function `widget-toggle-value-create'.

* cus-edit.el (custom-variable-value-create, custom-visibility)
(custom-face-edit-value-create, custom-face-value-create): Replace
:on-image and :off-image widget properties with :on-glyph and
:off-glyph, for consistency with the `visibility' widget.
lisp/ChangeLog
lisp/cus-edit.el
lisp/wid-edit.el