comparison lisp/hi-lock.el @ 30584:b823f1c83a00

(toplevel): Require font-lock.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 04 Aug 2000 08:25:57 +0000
parents 338238ca63ce
children 63a24eff41fe
comparison
equal deleted inserted replaced
30583:c7e7209535ae 30584:b823f1c83a00
77 ; Hi-lock: ( ("make-variable-buffer-\\(local\\)" (0 font-lock-keyword-face)(1 'italic append))))) 77 ; Hi-lock: ( ("make-variable-buffer-\\(local\\)" (0 font-lock-keyword-face)(1 'italic append)))))
78 ; Hi-lock: end 78 ; Hi-lock: end
79 79
80 ;;; Code: 80 ;;; Code:
81 81
82 (eval-when-compile 82 (eval-and-compile
83 (require 'font-lock)) 83 (require 'font-lock))
84 84
85 ;;;###autoload 85 ;;;###autoload
86 (defgroup hi-lock-interactive-text-highlighting nil 86 (defgroup hi-lock-interactive-text-highlighting nil
87 "Interactively add and remove font-lock patterns for highlighting text." 87 "Interactively add and remove font-lock patterns for highlighting text."