diff options
author | Juri Linkov <juri@jurta.org> | 2008-07-29 17:14:45 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2008-07-29 17:14:45 +0000 |
commit | 01b38d613cc974634d13cce07a530df9d30f8cdb (patch) | |
tree | 2d83b8199b897ed5f7e7970ed9c5b1523711c555 /lisp/cus-edit.el | |
parent | d1949cd5c6fc3542afe08cdc6e1d641218ee09ce (diff) | |
download | emacs-01b38d613cc974634d13cce07a530df9d30f8cdb.tar.gz |
(custom-face-tag): Inherit from custom-variable-tag
instead of variable-pitch with bold and 1.2 height.
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r-- | lisp/cus-edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 3669ef6d429..80a6ee5ad9c 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -3211,7 +3211,7 @@ Only match frames that support the specified face attributes.") ;;; 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 |