From: Christopher Allan Webber Date: Tue, 8 Aug 2017 19:54:04 +0000 (-0500) Subject: 8sync.scm: Remove agenda from %public-modules. X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=92e0849a8433e876754b7a5d8ce68321a7b4d7bb 8sync.scm: Remove agenda from %public-modules. * 8sync.scm: Remove agenda from %public-modules. --- 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))))