From: Gerd Moellmann Date: Fri, 15 Dec 2000 13:59:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.95~489 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4ea7fdcaa5c9b2efe0a945876683f12797c4ab3b;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9babafe76cf..781015cf1f3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2000-12-15 Gerd Moellmann + * 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 diff --git a/src/ChangeLog b/src/ChangeLog index acad3775507..3c59f644586 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2000-12-15 Gerd Moellmann + * lread.c (read1): Recognize end of file after `\\'. + * xfns.c (x_create_tip_frame): Use unwind_create_tip_frame, not unwind_create_frame.