summaryrefslogtreecommitdiff
path: root/2d/coroutine.scm
diff options
context:
space:
mode:
Diffstat (limited to '2d/coroutine.scm')
-rw-r--r--2d/coroutine.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/2d/coroutine.scm b/2d/coroutine.scm
index 36071e2..036cdc4 100644
--- a/2d/coroutine.scm
+++ b/2d/coroutine.scm
@@ -42,7 +42,7 @@
;; Call procedure.
(call-with-prompt 'coroutine-prompt thunk handler))
-;; emacs: (put 'colambda 'scheme-indent-function 0)
+;; emacs: (put 'colambda 'scheme-indent-function 1)
(define-syntax-rule (colambda args body ...)
"Syntacic sugar for a lambda that is run as a coroutine."
(lambda args