+2008-11-06 Glenn Morris <rgm@gnu.org>
+
+ * cus-edit.el (custom-comment-tag): Doc fix.
+ (custom-comment, custom-variable-value-create, custom-face):
+ Use face names sans -face suffix rather than aliases.
+
2008-11-05 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc.el (calc-quit): Use `window-full-width-p' to check
(push (widget-create-child-and-convert
widget 'item
:format "%{%t%}: "
- :sample-face 'custom-variable-tag-face
+ :sample-face 'custom-variable-tag
:tag tag
:parent widget)
buttons)
:action 'custom-tag-action
:help-echo "Change value of this option."
:mouse-down-action 'custom-tag-mouse-down-action
- :button-face 'custom-variable-button-face
- :sample-face 'custom-variable-tag-face
+ :button-face 'custom-variable-button
+ :sample-face 'custom-variable-tag
tag)
buttons)
(insert " ")
(define-widget 'custom-face 'custom
"Customize face."
- :sample-face 'custom-face-tag-face
+ :sample-face 'custom-face-tag
:help-echo "Set or reset this face."
:documentation-property #'face-doc-string
:value-create 'custom-face-value-create