Fixed broken cre-search? interface.
This commit is contained in:
parent
9552e7900a
commit
2359057f89
|
@ -85,7 +85,7 @@
|
||||||
(make-regexp-match str
|
(make-regexp-match str
|
||||||
(list->vector ret))))))))
|
(list->vector ret))))))))
|
||||||
|
|
||||||
(define (cre-search? cre start-vec end-vec str start)
|
(define (cre-search? cre str start)
|
||||||
(let ((re-str (cre:string cre))) ;; RE-STR = #F => empty match.
|
(let ((re-str (cre:string cre))) ;; RE-STR = #F => empty match.
|
||||||
(if (not re-str)
|
(if (not re-str)
|
||||||
#f
|
#f
|
||||||
|
|
Loading…
Reference in New Issue