summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2001-07-12 23:28:03 +0000
committerMarius Vollmer <mvo@zagadka.de>2001-07-12 23:28:03 +0000
commitcc259e57b18ab971fad1be55b51512a805886f2c (patch)
tree5558a4902d16fd4673cfa562311fdf5433ed7615
parente9965e8fb7ddf507661b9969f750b3230e619fa0 (diff)
downloadguile-cc259e57b18ab971fad1be55b51512a805886f2c.tar.gz
(and-let*): Use `re-export-syntax' instead of `export-syntax'.
-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))