From f17279501643a2f09d6ce638fb61023e7d730c6f Mon Sep 17 00:00:00 2001 From: mainzelm Date: Mon, 5 Aug 2002 14:22:11 +0000 Subject: [PATCH] Pass start argument of cre-search? to regexp-match. --- scsh/rx/re-low.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scsh/rx/re-low.scm b/scsh/rx/re-low.scm index 32be47d..37f1508 100644 --- a/scsh/rx/re-low.scm +++ b/scsh/rx/re-low.scm @@ -114,4 +114,4 @@ (if (not (cre:regexp/nm cre)) (set-cre:regexp/nm cre (make-regexp re-str (regexp-option extended)))) - (regexp-match (cre:regexp/nm cre) str #f #f #f))))) + (regexp-match (cre:regexp/nm cre) str #f #f #f start)))))