Mercurial > emacs
diff lisp/isearch.el @ 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 | 7e92991883c2 |
| children | eee3a978c12e |
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)
