2000-12-15 Gerd Moellmann <gerd@gnu.org>
+ * isearch.el (isearch-lazy-highlight-max): New user-option.
+ (isearch-lazy-highlight-update): Don't highlight more than
+ isearch-lazy-highlight-max matches.
+
* mail/mh-utils.el (mh-find-path): Set read-mail-command.
2000-12-15 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2000-12-15 Gerd Moellmann <gerd@gnu.org>
+ * lread.c (read1): Recognize end of file after `\\'.
+
* xfns.c (x_create_tip_frame): Use unwind_create_tip_frame,
not unwind_create_frame.