Fix broken MATCH:END.

This commit is contained in:
sperber 2001-10-01 15:19:08 +00:00
parent a979e61ec1
commit 7633b231be
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
(:optional maybe-index 0))))
(define (match:end match . maybe-index)
(match-start
(match-end
(vector-ref (regexp-match:submatches match)
(:optional maybe-index 0))))