diff options
author | David Thompson <dthompson2@worcester.edu> | 2013-11-08 19:24:04 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2013-11-08 19:24:04 -0500 |
commit | 259c00c9ba2459fd55bdc2aadb336935ff9d7acb (patch) | |
tree | 9369f1360196163f8729b4bcb10d041cc08ca4fc /2d | |
parent | 12f0605e2522f5221004bb3d7ccc809787ee8dcd (diff) |
Fix emacs hint.
Diffstat (limited to '2d')
-rw-r--r-- | 2d/coroutine.scm | 2 |
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 |