]> git.eshelyaron.com Git - emacs.git/commit
Support lazy-highlight-buffer in Info (bug#29321, bug#29360).
authorJuri Linkov <juri@linkov.net>
Mon, 5 Nov 2018 21:11:30 +0000 (23:11 +0200)
committerJuri Linkov <juri@linkov.net>
Mon, 5 Nov 2018 21:11:30 +0000 (23:11 +0200)
commitff1ee4e0bef4f62b758b70266d2f21be166924c3
tree6aeeca0868577db470ec371ed774b39ce2585888
parent0e1d946a9386ff4fbd5f72f39cc96cbdb07f525d
Support lazy-highlight-buffer in Info (bug#29321, bug#29360).

* lisp/isearch.el (isearch-lazy-highlight-point-min)
(isearch-lazy-highlight-point-max): New variables.
(isearch-lazy-highlight-new-loop): When lazy-highlight-buffer is
non-nil, compare (point-min) with isearch-lazy-highlight-point-min,
and (point-max) with isearch-lazy-highlight-point-max, for buffers
like Info where narrowing changes the values point-min and point-max.
lisp/isearch.el