aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/recurrence/display/test.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-05-22 23:14:35 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-05-23 12:59:19 +0200
commit042ad4cf33c6310798283dcf9879251cd97a9da9 (patch)
treef51df3874e3e10887552735623973705a06d0c51 /module/vcomponent/recurrence/display/test.scm
parentRemove commented procedure in-day? (diff)
downloadcalp-042ad4cf33c6310798283dcf9879251cd97a9da9.tar.gz
calp-042ad4cf33c6310798283dcf9879251cd97a9da9.tar.xz
Cleanup in recurrence generate.
Diffstat (limited to '')
-rw-r--r--module/vcomponent/recurrence/display/test.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/module/vcomponent/recurrence/display/test.scm b/module/vcomponent/recurrence/display/test.scm
index 71a049da..a0fc676e 100644
--- a/module/vcomponent/recurrence/display/test.scm
+++ b/module/vcomponent/recurrence/display/test.scm
@@ -25,8 +25,7 @@
(attr comp 'RRULE))
(map (lambda (d) (datetime->string d "~a ~1 ~3"))
(stream->list
- 10 ((@@ (vcomponent recurrence generate) rrule-instances)
- comp)))))))
+ 10 (rrule-instances comp)))))))
(define (vevent . rest)