summary refs log tree commit diff
path: root/mew.scm
diff options
context:
space:
mode:
Diffstat (limited to 'mew.scm')
-rw-r--r--mew.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/mew.scm b/mew.scm
index 6ae2e6d..92197b3 100644
--- a/mew.scm
+++ b/mew.scm
@@ -263,7 +263,7 @@
       ((_ cond body ...)
        (let loop ((c cond))
          (if c
-           (begin
+           (let ()
              body ...
              (loop cond)))))))