* term/w32-win.el (mouse-set-font): Doc fix.
+2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
+
+ * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
+ (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
+ on already.
+
2001-01-31 Markus Rost <rost@math.ohio-state.edu>
* files.el (save-buffer): Don't give message if (buffer-file-name)
2001-01-31 Gerd Moellmann <gerd@gnu.org>
+ * window.c (Fscroll_right, Fscroll_left): Use interactive_p
+ instead of Finteractive_p.
+
+ * lisp.h (interactive_p): Add prototype.
+
+ * eval.c (interactive_p): New function.
+ (Finteractive_p): Use it.
+
* alloc.c (Fmake_list): Add a QUIT in the loop; unroll the loop.
2001-01-31 Dave Love <fx@gnu.org>