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/param.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/param.scm') diff --git a/tests/param.scm b/tests/param.scm index a60e8d47..c5a23cbe 100644 --- a/tests/param.scm +++ b/tests/param.scm @@ -4,7 +4,7 @@ ;;; Code: (((vcomponent base) param prop* parameters prop) - ((vcomponent parse) parse-calendar) + ((vcomponent formats ical parse) parse-calendar) ((vcomponent) make-vcomponent) ((calp util) sort* set!)) -- cgit v1.2.3