From 695e6aea49c9fcf1db7c23d36febf3031e7ac521 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sun, 22 Jul 2012 22:24:56 -0700 Subject: [PATCH] help.html: fix using. --- basis/help/html/html.factor | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/basis/help/html/html.factor b/basis/help/html/html.factor index 48a3daf103..dc8bacc8e0 100644 --- a/basis/help/html/html.factor +++ b/basis/help/html/html.factor @@ -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