]> git.eshelyaron.com Git - emacs.git/commitdiff
(hi-black-hb):
authorMiles Bader <miles@gnu.org>
Wed, 20 Sep 2000 02:07:56 +0000 (02:07 +0000)
committerMiles Bader <miles@gnu.org>
Wed, 20 Sep 2000 02:07:56 +0000 (02:07 +0000)
  Use relative :height and inherit from `variable-pitch' face instead of
  hardwiring :family.

lisp/ChangeLog
lisp/hi-lock.el

index 95fa77d4359c6200db0f4cb1c6c729a0a1e7ae3d..66845d062ac448db9225b2b9e4899281ef09e3ec 100644 (file)
@@ -1,3 +1,11 @@
+2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
+
+       * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
+       (custom-group-tag-face, custom-variable-tag-face): Use relative
+       :height and inherit from `variable-pitch' face instead of
+       hardwiring :family.
+       * hi-lock.el (hi-black-hb): Likewise.
+
 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
 
        * diff-mode.el: Docstring fixes.
index c56c68c7746657ef98196973602e58571f6f9f59..cc152b928c684bc36c4549c37327da7fa719dfc2 100644 (file)
@@ -163,7 +163,7 @@ calls."
   :group 'hi-lock-faces)
 
 (defface hi-black-hb
-  '((t (:weight bold :family "helv" :height 200)))
+  '((t (:weight bold :height 1.67 :inherit variable-pitch)))
   "Face for hi-lock mode."
   :group 'hi-lock-faces)