aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-11-02 22:26:18 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-11-02 22:26:40 +0100
commit4cfb8ec5e6dad161dfefb683a64490d468caad7e (patch)
treeb0a202f93335af32de2a428eb9853dbf426ff592 /module/vcomponent.scm
parentMinor changes to env and ical. (diff)
downloadcalp-4cfb8ec5e6dad161dfefb683a64490d468caad7e.tar.gz
calp-4cfb8ec5e6dad161dfefb683a64490d468caad7e.tar.xz
Move parser into module subtree.
Diffstat (limited to 'module/vcomponent.scm')
-rw-r--r--module/vcomponent.scm5
1 files changed, 1 insertions, 4 deletions
diff --git a/module/vcomponent.scm b/module/vcomponent.scm
index 8751440d..d3e574b5 100644
--- a/module/vcomponent.scm
+++ b/module/vcomponent.scm
@@ -1,7 +1,4 @@
(define-module (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)
@@ -124,7 +121,7 @@
;; return
accum))
- ((no-type) (throw 'no-type)))))
+ ((no-type) (error 'no-type)))))
(parse-dates! component)