summaryrefslogtreecommitdiff
path: root/lisp/hi-lock.el
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2000-09-20 02:07:56 +0000
committerMiles Bader <miles@gnu.org>2000-09-20 02:07:56 +0000
commitc3b27206597f8366b900e84d9a20509b4c565d6e (patch)
treed90a3023af9a805761b03b2d9c3855dee82325f2 /lisp/hi-lock.el
parent61fb10d04ed3d346dfed7b4e3c260c3c45272a4f (diff)
downloademacs-c3b27206597f8366b900e84d9a20509b4c565d6e.tar.gz
(hi-black-hb):
Use relative :height and inherit from `variable-pitch' face instead of hardwiring :family.
Diffstat (limited to 'lisp/hi-lock.el')
-rw-r--r--lisp/hi-lock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el
index c56c68c7746..cc152b928c6 100644
--- a/lisp/hi-lock.el
+++ b/lisp/hi-lock.el
@@ -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)