changeset 35212:0b2d36d2a4ea

(isearch-done): Set isearch-lazy-highlight-start to nil.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 10 Jan 2001 17:18:33 +0000
parents e3e397386bb4
children 9aa83f74d2c9
files lisp/isearch.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/isearch.el	Wed Jan 10 17:17:29 2001 +0000
+++ b/lisp/isearch.el	Wed Jan 10 17:18:33 2001 +0000
@@ -639,6 +639,8 @@
   (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)