]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/listener/listener-docs.factor
Make "foo.private" require load foo instead.
[factor.git] / basis / listener / listener-docs.factor
index 34c6c74b3a820759f71e242051b6313939057575..028f1ba98522f2b5725789d6a70337c56efa8ebc 100644 (file)
@@ -1,5 +1,5 @@
 USING: help.markup help.syntax kernel io system prettyprint
-continuations quotations vocabs.loader parser ;
+continuations quotations vocabs parser vocabs.loader ;
 IN: listener
 
 ARTICLE: "listener-watch" "Watching variables in the listener"