* lisp/isearch.el (isearch-lazy-highlight-new-loop):
commit54d9de11684938dfc813a00af46c02e0e7b83f15
authorJuri Linkov <juri@jurta.org>
Thu, 21 Feb 2013 17:45:12 +0000 (21 19:45 +0200)
committerJuri Linkov <juri@jurta.org>
Thu, 21 Feb 2013 17:45:12 +0000 (21 19:45 +0200)
treeb47f6a1f1083302e2a556eec82adb12295a8fe10
parent62cfd799f17a31188b3cdb9ffbe1421b4e6cba5d
* lisp/isearch.el (isearch-lazy-highlight-new-loop):
Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
to `isearch-other-end' if it is not nil.

* lisp/replace.el (replace-highlight): Let-bind `isearch-other-end'
to `match-beg'.

* lisp/textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
Let-bind `isearch-other-end' to `start', `isearch-forward' to t
and `isearch-error' to nil.

Fixes: debbugs:13402
lisp/ChangeLog
lisp/isearch.el
lisp/replace.el
lisp/textmodes/ispell.el