aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/parse.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/vcomponent/parse.scm')
-rw-r--r--module/vcomponent/parse.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcomponent/parse.scm b/module/vcomponent/parse.scm
index 309ec85f..c4142910 100644
--- a/module/vcomponent/parse.scm
+++ b/module/vcomponent/parse.scm
@@ -304,7 +304,7 @@ row ~a column ~a ctx = ~a
;; return
calendar)
(make-vcomponent)
- (map (lambda (fname)
+ ((@ (ice-9 threads) par-map) (lambda (fname)
(let ((fullname (/ path fname)))
(let ((cal (call-with-input-file fullname
parse-calendar)))