aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-08-04 08:30:16 +0000
committerEli Zaretskii2000-08-04 08:30:16 +0000
commit588aca276b0f290cf5ca0b5eeb9c5de06a123213 (patch)
tree6f9d0a9e48a80804e7b540acce6e1e3da5bb2a12
parentc5feaf54157391f7a1d9fc75754c1368a7706ead (diff)
downloademacs-588aca276b0f290cf5ca0b5eeb9c5de06a123213.tar.gz
emacs-588aca276b0f290cf5ca0b5eeb9c5de06a123213.zip
(toplevel): Require font-lock.
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/hi-lock.el2
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 757258f1b83..0fa60981dbe 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * hi-lock.el (toplevel): Require font-lock.
4
12000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> 52000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2 6
3 * ebnf2ps.el: Get around a bug on skip-chars-forward. 7 * ebnf2ps.el: Get around a bug on skip-chars-forward.
@@ -3117,7 +3121,7 @@
3117 3121
31182000-05-07 Dave Love <fx@gnu.org> 31222000-05-07 Dave Love <fx@gnu.org>
3119 3123
3120 * time.el: Small doc fixes from Pavel Janík ml.. 3124 * time.el: Small doc fixes from Pavel Jank ml..
3121 3125
31222000-05-05 Dave Love <fx@gnu.org> 31262000-05-05 Dave Love <fx@gnu.org>
3123 3127
diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el
index 554eacd2f46..f5606d7e445 100644
--- a/lisp/hi-lock.el
+++ b/lisp/hi-lock.el
@@ -79,7 +79,7 @@
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