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

    Fix delimitation of query-replace
---
 isl.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/isl.el b/isl.el
index d8053bdf5ba..b07071e7f68 100644
--- a/isl.el
+++ b/isl.el
@@ -619,7 +619,8 @@ automatically backward."
                (apply #'perform-replace
                       (list (nth 0 args) (nth 1 args)
                             t regexp-flag (nth 2 args) nil
-                            multi-query-replace-map nil nil backward))))))))
+                            multi-query-replace-map
+                            isl--beginning isl--end backward))))))))
     (abort-recursive-edit)))
 (put 'isl-query-replace 'no-helm-mx t)
 

Reply via email to