branch: elpa/isl
commit fa0dc39fe1285e984e7d75d4ddc2fea1a30b124e
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Add last forgotten helm-only prop
---
isearch-light.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/isearch-light.el b/isearch-light.el
index 86eb4cd3dbc..012bf498010 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -519,6 +519,7 @@ Optional argument PATTERN default to `isl-pattern'."
(setq-local isl-case-fold-search
(isl-iter-next isl--case-fold-choices-iterator)))
(isl-update)))
+(put 'isl-select-case-fold-search 'helm-only t)
(defun isl-split-string (str)
"Split string STR at non quoted spaces."