emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/cus-edit.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-edit.el,v
Date: Thu, 06 Nov 2008 03:46:13 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/11/06 03:46:13

Index: cus-edit.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/cus-edit.el,v
retrieving revision 1.356
retrieving revision 1.357
diff -u -b -r1.356 -r1.357
--- cus-edit.el 6 Nov 2008 03:40:06 -0000       1.356
+++ cus-edit.el 6 Nov 2008 03:46:13 -0000       1.357
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]