summaryrefslogtreecommitdiff
path: root/env.scm
diff options
context:
space:
mode:
authorAlessio Treglia <quadrispro@ubuntu.com>2010-03-21 19:48:41 +0100
committerAlessio Treglia <quadrispro@ubuntu.com>2010-03-21 19:48:41 +0100
commit08d24d7a5682e59434c3da226fb1f2546c0ebd86 (patch)
tree4d2c0b5fb0a4bf2b0a4845d91e28f6a5dcc1c11f /env.scm
parentd136f8f7d28ea86f3f040e95aef4c7a95ea8b7e2 (diff)
Imported Upstream version 11.4
Diffstat (limited to 'env.scm')
-rw-r--r--env.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/env.scm b/env.scm
index 80a7da5..fa55327 100644
--- a/env.scm
+++ b/env.scm
@@ -56,7 +56,7 @@ end: (window-envelope 1.0 3.0 '(0.0 0.0 5.0 1.0)) -> '(1.0 0.2 3.0 0.6)"
(let ((nenv '())
(lasty (if env (cadr env) 0.0))
(len (length env)))
- (call-with-current-continuation
+ (call-with-exit
(lambda (return-early)
(do ((i 0 (+ i 2)))
((>= i len))