summaryrefslogtreecommitdiff
path: root/module/system/base/syntax.scm
diff options
context:
space:
mode:
authorKeisuke Nishida <kxn30@po.cwru.edu>2001-04-19 03:09:27 +0000
committerKeisuke Nishida <kxn30@po.cwru.edu>2001-04-19 03:09:27 +0000
commitf21dfea6599c976f1fe6a752c516f3fca9586dd4 (patch)
treef209d3c8503dd720a11d3d7bafb241dde188caef /module/system/base/syntax.scm
parent8f5cfc810fb19fdfbeaa55d59d47dc5ab50c416b (diff)
downloadguile-f21dfea6599c976f1fe6a752c516f3fca9586dd4.tar.gz
*** empty log message ***
Diffstat (limited to 'module/system/base/syntax.scm')
-rw-r--r--module/system/base/syntax.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/system/base/syntax.scm b/module/system/base/syntax.scm
index fab3f0bd0..f14b924b7 100644
--- a/module/system/base/syntax.scm
+++ b/module/system/base/syntax.scm
@@ -24,7 +24,7 @@
:use-module (ice-9 match)
:use-module (ice-9 receive)
:use-module (ice-9 and-let-star)
- :export (match and-let* receive))
+ :export (match syntax-error and-let* receive))
;;;