summaryrefslogtreecommitdiff
path: root/lisp/hi-lock.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-02-02 23:21:56 -0800
committerGlenn Morris <rgm@gnu.org>2011-02-02 23:21:56 -0800
commitbefe199d3a32075dd341b5708138385b3ecdfd8f (patch)
tree923e9038c0837ef0857be87bdc0f134fda944e6e /lisp/hi-lock.el
parent8a0709ff5d034b5667afcc0233be1f089676affc (diff)
downloademacs-befe199d3a32075dd341b5708138385b3ecdfd8f.tar.gz
`require' is automatically `eval-and-compile'd.
* hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el: `require' is automatically `eval-and-compile'd.
Diffstat (limited to 'lisp/hi-lock.el')
-rw-r--r--lisp/hi-lock.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el
index d2c45e11321..d97e6cf4b08 100644
--- a/lisp/hi-lock.el
+++ b/lisp/hi-lock.el
@@ -87,8 +87,7 @@
;;; Code:
-(eval-and-compile
- (require 'font-lock))
+(require 'font-lock)
(defgroup hi-lock nil
"Interactively add and remove font-lock patterns for highlighting text."