1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00

(and-let*): Use re-export-syntax' instead of export-syntax'.

This commit is contained in:
Marius Vollmer 2001-07-12 23:28:03 +00:00
parent e9965e8fb7
commit cc259e57b1

View file

@ -44,6 +44,6 @@
(define-module (srfi srfi-2)
:use-module (ice-9 and-let-star))
(export-syntax and-let*)
(re-export-syntax and-let*)
(cond-expand-provide (current-module) '(srfi-2))