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

    Protect = call
---
 isl.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/isl.el b/isl.el
index 10f85b24e54..032f7052ad3 100644
--- a/isl.el
+++ b/isl.el
@@ -538,10 +538,10 @@ Argument ARG have same meaning as in `query-replace'."
          (regexp   isl-pattern)
          (start    (overlay-start isl--last-overlay))
          (end      (overlay-end isl--last-overlay))
+         (bottom   (overlay-start (car (last isl--item-overlays))))
          (pnv      (prefix-numeric-value arg))
          (backward (or (and arg (< pnv 0))
-                       (= start (overlay-start
-                                 (car (last isl--item-overlays))))))
+                       (and start bottom (= start bottom))))
          (wr (and arg (> pnv 0))))
     (run-at-time
      0.1 nil

Reply via email to