diff lisp/hi-lock.el @ 31745:d311d1655d29

(hi-black-hb): Use relative :height and inherit from `variable-pitch' face instead of hardwiring :family.
author Miles Bader <miles@gnu.org>
date Wed, 20 Sep 2000 02:07:12 +0000
parents ca514eff4924
children 00803fb0f58e
line wrap: on
line diff
--- a/lisp/hi-lock.el	Wed Sep 20 02:06:45 2000 +0000
+++ b/lisp/hi-lock.el	Wed Sep 20 02:07:12 2000 +0000
@@ -163,7 +163,7 @@
   :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)