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/vcomponent.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/vcomponent.scm') diff --git a/tests/vcomponent.scm b/tests/vcomponent.scm index 28f1cf91..acdb970b 100644 --- a/tests/vcomponent.scm +++ b/tests/vcomponent.scm @@ -3,7 +3,7 @@ ;;; Code: (((vcomponent base) prop) - ((vcomponent) parse-calendar)) + ((vcomponent formats ical parse) parse-calendar)) (define ev (call-with-input-string "BEGIN:DUMMY -- cgit v1.2.3