changeset 97091:49ee444c9f1b

(custom-face-tag): Inherit from custom-variable-tag instead of variable-pitch with bold and 1.2 height.
author Juri Linkov <juri@jurta.org>
date Tue, 29 Jul 2008 17:14:21 +0000
parents 6ff090a00c2c
children 65a19be3f79b
files lisp/cus-edit.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-edit.el	Tue Jul 29 16:42:27 2008 +0000
+++ b/lisp/cus-edit.el	Tue Jul 29 17:14:21 2008 +0000
@@ -3211,7 +3211,7 @@
 ;;; The `custom-face' Widget.
 
 (defface custom-face-tag
-  `((t (:weight bold :height 1.2 :inherit variable-pitch)))
+  `((t :inherit custom-variable-tag))
   "Face used for face tags."
   :group 'custom-faces)
 ;; backward-compatibility alias