]> git.eshelyaron.com Git - emacs.git/commitdiff
(isearch-done): Set isearch-lazy-highlight-start
authorGerd Moellmann <gerd@gnu.org>
Wed, 10 Jan 2001 17:20:35 +0000 (17:20 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 10 Jan 2001 17:20:35 +0000 (17:20 +0000)
to nil.

lisp/ChangeLog
lisp/isearch.el

index 9dfa9818ca4860addde93edce67af1c6e6b6c1db..63dd18b4ea396d207c8e9917b9e36212672544a1 100644 (file)
@@ -1,3 +1,8 @@
+2001-01-10  Gerd Moellmann  <gerd@gnu.org>
+
+       * isearch.el (isearch-done): Set isearch-lazy-highlight-start
+       to nil.
+
 2001-01-10  Dave Love  <fx@gnu.org>
 
        * vc-cvs.el (vc-cvs-header): Fix :type.
index f2b5f01229e06c4731d0c5098d61203cbb998402..16c46430c67bf278457bd5e373bf8b8e1cfb3c52 100644 (file)
@@ -639,6 +639,8 @@ is treated as a regexp.  See \\[isearch-forward] for more info."
   (remove-hook 'mouse-leave-buffer-hook 'isearch-done)
   (remove-hook 'kbd-macro-termination-hook 'isearch-done)
 
+  (setq isearch-lazy-highlight-start nil)
+
   ;; Called by all commands that terminate isearch-mode.
   ;; If NOPUSH is non-nil, we don't push the string on the search ring.
   (setq overriding-terminal-local-map nil)