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

    Go to end of last pattern for consistency
---
 isl.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/isl.el b/isl.el
index f9b636b51b7..f5b8df5ce9f 100644
--- a/isl.el
+++ b/isl.el
@@ -375,7 +375,7 @@ It put overlay on current position, move to next overlay 
using
                                when (overlay-get ov 'isl-matches)
                                collect ov)))
         (when matches
-          (goto-char (overlay-start (car (reverse matches)))))))
+          (goto-char (overlay-end (car matches))))))
     (when isl-save-pos-to-mark-ring
       (set-marker (mark-marker) isl-initial-pos)
       (push-mark isl-initial-pos 'nomsg))

Reply via email to