Mercurial > emacs
changeset 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 | 617f41808ff6 |
children | 0436ca82bab2 |
files | lisp/hi-lock.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)