summaryrefslogtreecommitdiff
path: root/2d
diff options
context:
space:
mode:
Diffstat (limited to '2d')
-rw-r--r--2d/agenda.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/2d/agenda.scm b/2d/agenda.scm
index 662aea4..2b28a54 100644
--- a/2d/agenda.scm
+++ b/2d/agenda.scm
@@ -162,7 +162,8 @@ now. DELAY defaults to 1 if not specified."
(schedule agenda
(lambda ()
(thunk)
- (schedule-interval agenda thunk delay))))
+ (schedule-interval agenda thunk delay))
+ delay))
(define (schedule-each agenda thunk)
"Schedule THUNK within AGENDA to be applied every tick."