]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-face-tag): Inherit from custom-variable-tag
authorJuri Linkov <juri@jurta.org>
Tue, 29 Jul 2008 17:14:45 +0000 (17:14 +0000)
committerJuri Linkov <juri@jurta.org>
Tue, 29 Jul 2008 17:14:45 +0000 (17:14 +0000)
instead of variable-pitch with bold and 1.2 height.

lisp/ChangeLog
lisp/cus-edit.el

index 6231fcac187f3afb87b613a9bed685f6b1301f45..1d753ee41b2716f3f72fb3473ffaf546825f4f1e 100644 (file)
@@ -1,5 +1,8 @@
 2008-07-29  Juri Linkov  <juri@jurta.org>
 
+       * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
+       instead of variable-pitch with bold and 1.2 height.
+
        * dired-aux.el (dired-do-async-shell-command): New command.
 
        * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
index 3669ef6d429e6c2ebb87c724c7d6cbe443035b34..80a6ee5ad9c407da3700de3a15a685871e72f311 100644 (file)
@@ -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