From 92e0849a8433e876754b7a5d8ce68321a7b4d7bb Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Tue, 8 Aug 2017 14:54:04 -0500 Subject: [PATCH] 8sync.scm: Remove agenda from %public-modules. * 8sync.scm: Remove agenda from %public-modules. --- 8sync.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8sync.scm b/8sync.scm index 9c074bd..67fcb61 100644 --- a/8sync.scm +++ b/8sync.scm @@ -21,7 +21,7 @@ (eval-when (eval load compile) (begin (define %public-modules - '(agenda actors)) + '(actors)) (for-each (lambda (m) (module-use! (module-public-interface (current-module)) (resolve-interface `(8sync ,m)))) -- 2.31.1