Renamed let-match.scm to re-match-syntax.scm

This commit is contained in:
shivers 2000-02-14 22:32:29 +00:00
parent 400bc57c41
commit 8af328d695
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
;;; These are some macros to support using regexp matching.
(define-structure let-match-package
(define-structure regexp-match-syntax
(export (let-match :syntax)
(if-match :syntax)
(match-cond :syntax))