]> gitweb.factorcode.org Git - factor.git/commitdiff
definitions.icons: fix circularity
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sat, 12 Sep 2009 01:33:11 +0000 (20:33 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sat, 12 Sep 2009 01:33:11 +0000 (20:33 -0500)
basis/definitions/icons/icons.factor

index ca1c8a8fe0ca58b7266334ae280c69af9344cd15..3c4dad5be719283b2a7c9ee8acbf63df8cbc808a 100644 (file)
@@ -2,8 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: assocs classes.predicate fry generic io.pathnames kernel
 macros sequences vocabs words words.symbol words.constant
-lexer parser help.topics help.markup help.vocabs namespaces
-sorting ;
+lexer parser help.topics help.markup namespaces sorting ;
 IN: definitions.icons
 
 GENERIC: definition-icon ( definition -- path )
@@ -38,11 +37,9 @@ ICON: symbol symbol-word
 ICON: constant constant-word
 ICON: word normal-word
 ICON: word-link word-help-article
-ICON: link help-article
+ICON: topic help-article
 ICON: runnable-vocab runnable-vocab
 ICON: vocab open-vocab
-ICON: vocab-tag help-article
-ICON: vocab-author help-article
 ICON: vocab-link unopen-vocab
 
 : $definition-icons ( element -- )