# HG changeset patch # User Glenn Morris # Date 1225943173 0 # Node ID 16c6946eeb2e4c50e658b2a72e79f4ad22edbd04 # Parent e0a169f45c0e24e4481c47fb1d05d6923e43eaed (custom-variable-value-create, custom-face): Use face names sans -face suffix rather than aliases. diff -r e0a169f45c0e -r 16c6946eeb2e lisp/cus-edit.el --- a/lisp/cus-edit.el Thu Nov 06 03:40:06 2008 +0000 +++ b/lisp/cus-edit.el Thu Nov 06 03:46:13 2008 +0000 @@ -2544,7 +2544,7 @@ (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) @@ -2597,8 +2597,8 @@ :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 " ") @@ -3226,7 +3226,7 @@ (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