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

    Fix iedit case-fold-search
---
 isearch-light.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/isearch-light.el b/isearch-light.el
index 337d01f0eb7..f017dc8eb71 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -346,7 +346,7 @@ the initial position i.e. the position before launching 
`isl-search'."
     (run-at-time
      0.1 nil
      (lambda ()
-       (let ((iedit-case-sensitive (not (isl-set-case-fold-search regexp)))
+       (let ((case-fold-search (isl-set-case-fold-search regexp))
             result)
          (setq mark-active nil)
          (run-hooks 'deactivate-mark-hook)

Reply via email to