summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sly/agenda.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/sly/agenda.scm b/sly/agenda.scm
index 016101b..e0f6114 100644
--- a/sly/agenda.scm
+++ b/sly/agenda.scm
@@ -156,7 +156,8 @@ and enqueue CALLBACK."
(if (belongs-before? (agenda-segments agenda))
(agenda-add-segment agenda time thunk)
- (add-to-segments (agenda-segments agenda)))))
+ (add-to-segments (agenda-segments agenda)))
+ *unspecified*))
(define current-agenda
(make-parameter (make-agenda)