From 259c00c9ba2459fd55bdc2aadb336935ff9d7acb Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 8 Nov 2013 19:24:04 -0500 Subject: Fix emacs hint. --- 2d/coroutine.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2d') 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 -- cgit v1.2.3