branch: elpa/isl
commit f0fed8545db9ea0153b24eda44081c6b2f85c0bb
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Don't recenter when going to next
---
isearch-light.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/isearch-light.el b/isearch-light.el
index 835828475c5..ff67b3e77ae 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -151,7 +151,6 @@ It put overlay on current position, move to next overlay
using
(if (listp buffer-invisibility-spec)
(mapc 'remove-from-invisibility-spec buffer-invisibility-spec)
(remove-from-invisibility-spec buffer-invisibility-spec))))
- (recenter)
(isl-setup-mode-line)))
(defun isl--find-and-goto-overlay (overlay)