aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-10-02 23:05:01 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-10-02 23:05:01 +0200
commit1c3bd94c328df0c8b4293bc42a25b2d7c851fd0c (patch)
treefb529813816b2d0bce24f475f367e2556b7a2f71 /module/vcomponent
parentDisabled bunch of old stuff, new stuff kinda builds. (diff)
downloadcalp-1c3bd94c328df0c8b4293bc42a25b2d7c851fd0c.tar.gz
calp-1c3bd94c328df0c8b4293bc42a25b2d7c851fd0c.tar.xz
Made parser work again (for single files).
Diffstat (limited to 'module/vcomponent')
-rw-r--r--module/vcomponent/primitive.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcomponent/primitive.scm b/module/vcomponent/primitive.scm
index e103feae..2cf12508 100644
--- a/module/vcomponent/primitive.scm
+++ b/module/vcomponent/primitive.scm
@@ -17,7 +17,7 @@
;
%vcomponent-shallow-copy)
- (make-vcomponent add-line! add-child! make-vline add-attribute! parse-path)
+ (make-vcomponent add-line! add-child! make-vline add-attribute! parse-cal-path)
)
(load-extension "libguile-calendar" "init_lib")