aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-10-06 19:53:27 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-10-06 19:53:27 +0200
commitde97337a13ffd480355148da252859a205e10b74 (patch)
treec6594fa868487ab9e15235c18e6b0edf86607bce /module/vcomponent.scm
parentCleanup in C code. (diff)
downloadcalp-de97337a13ffd480355148da252859a205e10b74.tar.gz
calp-de97337a13ffd480355148da252859a205e10b74.tar.xz
Fix re-export of add-child!
Diffstat (limited to 'module/vcomponent.scm')
-rw-r--r--module/vcomponent.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/module/vcomponent.scm b/module/vcomponent.scm
index 4d13dbc8..a65ef2d4 100644
--- a/module/vcomponent.scm
+++ b/module/vcomponent.scm
@@ -1,5 +1,7 @@
(define-module (vcomponent)
- #:use-module ((vcomponent primitive) :select (parse-cal-path (make-vcomponent . primitive-make-vcomponent)))
+ #:use-module ((vcomponent primitive)
+ :select (parse-cal-path
+ (make-vcomponent . primitive-make-vcomponent)))
#:use-module (vcomponent datetime)
#:use-module (vcomponent recurrence)
#:use-module (vcomponent timezone)