]> gitweb.factorcode.org Git - factor.git/commitdiff
help.html: fix using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 23 Jul 2012 05:24:56 +0000 (22:24 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 23 Jul 2012 05:24:56 +0000 (22:24 -0700)
basis/help/html/html.factor

index 48a3daf103f66ad8510bad04a9e53f88a594df5b..dc8bacc8e0fda70b66cdd8474740ac0b8e83b6c0 100644 (file)
@@ -1,12 +1,11 @@
 ! Copyright (C) 2008, 2011 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: io.encodings.utf8 io.encodings.binary io.files
-io.files.temp io.directories html.streams help help.home kernel
-assocs sequences make words accessors arrays help.topics vocabs
-vocabs.hierarchy help.vocabs namespaces prettyprint io
-vocabs.loader serialize fry memoize unicode.case math.order
-sorting debugger html xml.syntax xml.writer math.parser
-sets hashtables ;
+USING: accessors arrays assocs debugger fry hashtables help
+help.home help.topics help.vocabs html html.streams
+io.directories io.encodings.binary io.encodings.utf8 io.files
+io.files.temp io.pathnames kernel make math.parser memoize
+namespaces sequences serialize sorting splitting unicode.case
+vocabs vocabs.hierarchy words xml.syntax xml.writer ;
 FROM: io.encodings.ascii => ascii ;
 FROM: ascii => ascii? ;
 IN: help.html