projects
/
8sync.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c713ba2
)
8sync.scm: Remove agenda from %public-modules.
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Tue, 8 Aug 2017 19:54:04 +0000
(14:54 -0500)
committer
Christopher Allan Webber
<cwebber@dustycloud.org>
Tue, 8 Aug 2017 19:54:04 +0000
(14:54 -0500)
* 8sync.scm: Remove agenda from %public-modules.
8sync.scm
patch
|
blob
|
history
diff --git
a/8sync.scm
b/8sync.scm
index 9c074bd401e5eee9b635ebedfa01f58c8614aff2..67fcb61bb1d11108ec1acf31760b21d676274ff4 100644
(file)
--- a/
8sync.scm
+++ b/
8sync.scm
@@
-21,7
+21,7
@@
(eval-when (eval load compile)
(begin
(define %public-modules
- '(a
genda a
ctors))
+ '(actors))
(for-each (lambda (m)
(module-use! (module-public-interface (current-module))
(resolve-interface `(8sync ,m))))