From b32b297cd6bf2767f980dbe9523ed02a38e0efb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 20 Dec 2021 22:06:00 +0100 Subject: Remove re-export-modules A weird special form which was only used once, and didn't add much clarity above what we actually did. --- module/vcomponent.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'module/vcomponent.scm') diff --git a/module/vcomponent.scm b/module/vcomponent.scm index a53523c0..226b740f 100644 --- a/module/vcomponent.scm +++ b/module/vcomponent.scm @@ -7,8 +7,10 @@ :re-export (make-vcomponent parse-cal-path parse-calendar)) -(re-export-modules (vcomponent base) - (vcomponent instance methods)) +(define cm (module-public-interface (current-module))) +(module-use! cm (resolve-interface '(vcomponent base))) +(module-use! cm (resolve-interface '(vcomponent instance methods))) + (define-config calendar-files '() description: "Which files to parse. Takes a list of paths or a single string which will be globbed." -- cgit v1.2.3