From af44b24fc8090e1cc58e5b56c8d497e7eaa32813 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Wed, 26 Feb 2020 11:08:13 -0800 Subject: [PATCH] help.markup: cleanup using. --- basis/help/markup/markup.factor | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/basis/help/markup/markup.factor b/basis/help/markup/markup.factor index 983b3041c0..4cfc73c681 100644 --- a/basis/help/markup/markup.factor +++ b/basis/help/markup/markup.factor @@ -1,13 +1,11 @@ ! Copyright (C) 2005, 2009 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors arrays assocs classes colors colors.constants -combinators combinators.smart compiler.units definitions -definitions.icons effects fry generic hash-sets hashtables -help.stylesheet help.topics io io.styles kernel locals make math -namespaces parser present prettyprint prettyprint.stylesheet -quotations see sequences sequences.private sets slots sorting -splitting strings urls vectors vocabs vocabs.loader words -words.symbol ; +USING: accessors arrays assocs combinators compiler.units +definitions.icons effects fry hashtables help.stylesheet +help.topics io io.styles kernel locals make math namespaces +present prettyprint prettyprint.stylesheet quotations see +sequences sequences.private sets sorting strings urls vocabs +words words.symbol ; FROM: prettyprint.sections => with-pprint ; IN: help.markup