Fixed broken cre-search? interface.
This commit is contained in:
parent
9552e7900a
commit
2359057f89
|
@ -85,7 +85,7 @@
|
|||
(make-regexp-match str
|
||||
(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.
|
||||
(if (not re-str)
|
||||
#f
|
||||
|
|
Loading…
Reference in New Issue