]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Fri, 15 Dec 2000 13:59:46 +0000 (13:59 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 15 Dec 2000 13:59:46 +0000 (13:59 +0000)
lisp/ChangeLog
src/ChangeLog

index 9babafe76cf55c8953d0b63f058b21839f98ceaa..781015cf1f3f7977c2d47a9ac18da65cc4faaed8 100644 (file)
@@ -1,5 +1,9 @@
 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>
index acad37755074ca11417b2b3bbb9a12e83051ce87..3c59f644586f24bd5f9c605bdad14990a2ebab6c 100644 (file)
@@ -1,5 +1,7 @@
 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.