branch: elpa/isl
commit 35bd210ff8cfcb59a51694eb1c9be6571fb7ad7d
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Use isl-search-function and not directly
isl--re-search-forward.
---
isl.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/isl.el b/isl.el
index 35ce3064e18..37e70600aeb 100644
--- a/isl.el
+++ b/isl.el
@@ -1069,7 +1069,7 @@ See `isl-requires-pattern'."
for p in split
unless (string-match "\\`!" p)
do (save-excursion
- (while (isl--re-search-forward p end t)
+ (while (funcall isl-search-function p end t)
(setq ov2 (make-overlay (match-beginning 0) (match-end
0)))
(overlay-put ov2 'face 'isl-match-items)
(overlay-put ov2 'isl t)