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

    Ensure full compatibility with re-search-forward
---
 isearch-light.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/isearch-light.el b/isearch-light.el
index 85110898d3c..6d6d3a7b7a7 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -348,7 +348,7 @@ Optional argument PATTERN default to `isl-pattern'."
                        (cons 'not (substring s 1))
                      (cons 'identity s))))
 
-(defun isl-multi-search-fwd (str &optional _bound _noerror)
+(defun isl-multi-search-fwd (str &optional _bound _noerror _count)
   "Returns position of symbol matched by STR.
 When arg STR contains spaces, it is converted in patterns with
 `isl-patterns' , when first pattern of list match a symbol

Reply via email to