branch: elpa/isl
commit 165f6d99287ac2ec5d496eea0e3de59cb5746d1a
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Don't forget to update mode-line when going to beg/end
---
 isearch-light.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/isearch-light.el b/isearch-light.el
index fbb1a3ee370..618829481b2 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -150,7 +150,8 @@ It put overlay on current position, move to next overlay 
using
                        overlay)))
       (when (overlayp isl--last-overlay)
         (overlay-put isl--last-overlay 'face 'isl-match))
-      (and ov (isl--goto-overlay ov)))))
+      (and ov (isl--goto-overlay ov)))
+    (isl-setup-mode-line)))
 
 (defun isl-goto-first ()
   (interactive)

Reply via email to