projects
/
8sync.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ef593d
)
pass the agenda to the stop-condition
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Tue, 17 Nov 2015 23:11:04 +0000
(17:11 -0600)
committer
Christopher Allan Webber
<cwebber@dustycloud.org>
Tue, 17 Nov 2015 23:11:04 +0000
(17:11 -0600)
loopy.scm
patch
|
blob
|
history
diff --git
a/loopy.scm
b/loopy.scm
index 0f6edc569d5f3a02768096ab05c666816815d4d2..09034f409a65c341bec53fcaa954631cb68c3aad 100644
(file)
--- a/
loopy.scm
+++ b/
loopy.scm
@@
-21,7
+21,7
@@
(let ((new-agenda
(parameterize ((%current-agenda agenda))
(agenda-run-once agenda))))
- (if (and stop-condition (stop-condition))
+ (if (and stop-condition (stop-condition
agenda
))
'done
(loop new-agenda)))))