summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-01-10 17:18:33 +0000
committerGerd Moellmann <gerd@gnu.org>2001-01-10 17:18:33 +0000
commitced39e4f4a6030e8eb02a5ea7508621070a60025 (patch)
tree7720d5984f5ff57cb56dff155c3bf22a012a9428 /lisp/isearch.el
parent55126c810a213fac3d2f45aab3350e6b9f0f0dc7 (diff)
downloademacs-ced39e4f4a6030e8eb02a5ea7508621070a60025.tar.gz
(isearch-done): Set isearch-lazy-highlight-start
to nil.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r--lisp/isearch.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index f2b5f01229e..16c46430c67 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -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)