aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2008-07-29 17:14:45 +0000
committerJuri Linkov2008-07-29 17:14:45 +0000
commit01b38d613cc974634d13cce07a530df9d30f8cdb (patch)
tree2d83b8199b897ed5f7e7970ed9c5b1523711c555
parentd1949cd5c6fc3542afe08cdc6e1d641218ee09ce (diff)
downloademacs-01b38d613cc974634d13cce07a530df9d30f8cdb.tar.gz
emacs-01b38d613cc974634d13cce07a530df9d30f8cdb.zip
(custom-face-tag): Inherit from custom-variable-tag
instead of variable-pitch with bold and 1.2 height.
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/cus-edit.el2
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6231fcac187..1d753ee41b2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12008-07-29 Juri Linkov <juri@jurta.org> 12008-07-29 Juri Linkov <juri@jurta.org>
2 2
3 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
4 instead of variable-pitch with bold and 1.2 height.
5
3 * dired-aux.el (dired-do-async-shell-command): New command. 6 * dired-aux.el (dired-do-async-shell-command): New command.
4 7
5 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files' 8 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
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.")
3211;;; The `custom-face' Widget. 3211;;; The `custom-face' Widget.
3212 3212
3213(defface custom-face-tag 3213(defface custom-face-tag
3214 `((t (:weight bold :height 1.2 :inherit variable-pitch))) 3214 `((t :inherit custom-variable-tag))
3215 "Face used for face tags." 3215 "Face used for face tags."
3216 :group 'custom-faces) 3216 :group 'custom-faces)
3217;; backward-compatibility alias 3217;; backward-compatibility alias