summaryrefslogtreecommitdiff
path: root/srfi/srfi-2.scm
diff options
context:
space:
mode:
Diffstat (limited to 'srfi/srfi-2.scm')
-rw-r--r--srfi/srfi-2.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi/srfi-2.scm b/srfi/srfi-2.scm
index 8c33f7a76..fa6d0c960 100644
--- a/srfi/srfi-2.scm
+++ b/srfi/srfi-2.scm
@@ -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))