comparison 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
comparison
equal deleted inserted replaced
31744:617f41808ff6 31745:d311d1655d29
161 '((t (:weight bold :foreground "red"))) 161 '((t (:weight bold :foreground "red")))
162 "Face for hi-lock mode." 162 "Face for hi-lock mode."
163 :group 'hi-lock-faces) 163 :group 'hi-lock-faces)
164 164
165 (defface hi-black-hb 165 (defface hi-black-hb
166 '((t (:weight bold :family "helv" :height 200))) 166 '((t (:weight bold :height 1.67 :inherit variable-pitch)))
167 "Face for hi-lock mode." 167 "Face for hi-lock mode."
168 :group 'hi-lock-faces) 168 :group 'hi-lock-faces)
169 169
170 (defvar hi-lock-file-patterns nil 170 (defvar hi-lock-file-patterns nil
171 "Patterns found in file for hi-lock. Should not be changed.") 171 "Patterns found in file for hi-lock. Should not be changed.")