]> gitweb.factorcode.org Git - factor.git/commitdiff
help.html: fix using
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 18 May 2022 03:28:21 +0000 (20:28 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 18 May 2022 03:28:21 +0000 (20:28 -0700)
basis/help/html/html.factor

index b6a53a11d8d2ef385cba23059377c2a97dd09480..5e50b5fe3065ba5ee904f00b96759fbf0aa74c17 100644 (file)
@@ -1,13 +1,14 @@
 ! Copyright (C) 2008, 2011 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays ascii assocs combinators.short-circuit
-debugger formatting help help.home help.topics help.vocabs html
-html.streams io.directories io.encodings.ascii
-io.encodings.binary io.encodings.utf8 io.files io.files.temp
-io.pathnames kernel make math math.parser namespaces regexp
-sequences sequences.deep serialize sorting splitting system
-tools.completion vocabs vocabs.hierarchy words xml.data
-xml.syntax xml.traversal xml.writer ;
+USING: accessors arrays ascii assocs colors
+combinators.short-circuit debugger formatting help help.home
+help.topics help.vocabs html html.streams io.directories
+io.encodings.ascii io.encodings.binary io.encodings.utf8
+io.files io.files.temp io.pathnames kernel make math math.parser
+namespaces regexp sequences sequences.deep serialize sorting
+splitting strings system tools.completion vocabs
+vocabs.hierarchy words xml.data xml.syntax xml.traversal
+xml.writer ;
 FROM: io.encodings.ascii => ascii ;
 FROM: ascii => ascii? ;
 IN: help.html
@@ -168,7 +169,7 @@ M: pathname url-of
                     { "#8b4500;" "orange;" }
                     { "#e3e2db;" "#666666;" }
                 } ?at [
-                    but-last colors:parse-color inverse-color color>hex ";" append
+                    but-last parse-color inverse-color color>hex ";" append
                 ] unless
             ] re-replace-with