From d196f58d913a6ed924e30b0a83f2a94932235b0a Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 10 Jan 2001 17:20:35 +0000 Subject: [PATCH] (isearch-done): Set isearch-lazy-highlight-start to nil. --- lisp/ChangeLog | 5 +++++ lisp/isearch.el | 2 ++ 2 files changed, 7 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9dfa9818ca4..63dd18b4ea3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-01-10 Gerd Moellmann + + * isearch.el (isearch-done): Set isearch-lazy-highlight-start + to nil. + 2001-01-10 Dave Love * vc-cvs.el (vc-cvs-header): Fix :type. 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) -- 2.39.5