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.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/srfi/srfi-2.scm b/srfi/srfi-2.scm
index fa6d0c960..9febda017 100644
--- a/srfi/srfi-2.scm
+++ b/srfi/srfi-2.scm
@@ -42,8 +42,7 @@
;;;; If you do not wish that, delete this exception notice.
(define-module (srfi srfi-2)
- :use-module (ice-9 and-let-star))
-
-(re-export-syntax and-let*)
+ :use-module (ice-9 and-let-star)
+ :re-export-syntax (and-let*))
(cond-expand-provide (current-module) '(srfi-2))