From d00fea566004e67161ee45246b239fff5d416b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 21 Dec 2021 16:17:28 +0100 Subject: Cleanup modules. Primarly this moves all vcompenent input and output code to clearly labeled modules, instead of being spread out. At the same time it also removes a handfull of unused procedures. --- tests/xcal.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/xcal.scm') diff --git a/tests/xcal.scm b/tests/xcal.scm index babb2218..df8a5135 100644 --- a/tests/xcal.scm +++ b/tests/xcal.scm @@ -3,9 +3,9 @@ ;; Currently only checks that events survive a round trip. ;;; Code: -(((vcomponent xcal parse) sxcal->vcomponent) - ((vcomponent xcal output) vcomponent->sxcal) - ((vcomponent ical parse) parse-calendar) +(((vcomponent formats xcal parse) sxcal->vcomponent) + ((vcomponent formats xcal output) vcomponent->sxcal) + ((vcomponent formats ical parse) parse-calendar) ((calp util) ->) ((vcomponent base) parameters prop* children) -- cgit v1.2.3