aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-12-30 02:11:21 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-12-30 02:11:21 +0100
commit884cf20749b23258cf4788f0ce13c01fb633a71b (patch)
tree8af3bcb248a93a854be722b451c1467db52b0ebf
parentRework vcomponent recurrence internals. (diff)
downloadcalp-884cf20749b23258cf4788f0ce13c01fb633a71b.tar.gz
calp-884cf20749b23258cf4788f0ce13c01fb633a71b.tar.xz
Fix keyword argument.
-rw-r--r--module/vcomponent/load.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcomponent/load.scm b/module/vcomponent/load.scm
index 2d339c64..574c1d20 100644
--- a/module/vcomponent/load.scm
+++ b/module/vcomponent/load.scm
@@ -16,7 +16,7 @@
;; Reads all calendar files from disk, generate recurence-sets for all repeating events,
;; and returns a list of calendars, and a stream of all events "ready" for display.
(define* (load-calendars #:key (calendar-files (calendar-files)))
- (let* ((calendars regular repeating (load-calendars* calendar-files: calendar-files)))
+ (let* ((calendars regular repeating (load-calendars* #:calendar-files calendar-files)))
(values
calendars
(interleave-streams