]> gitweb.factorcode.org Git - factor.git/commitdiff
FAQ fix
authorDaniel Ehrenberg <ehrenbed@carleton.edu>
Tue, 18 Dec 2007 05:43:13 +0000 (00:43 -0500)
committerDaniel Ehrenberg <ehrenbed@carleton.edu>
Tue, 18 Dec 2007 05:43:13 +0000 (00:43 -0500)
extra/faq/faq.factor

index 9f39b33dc6fc63cda61762d83b0baa6fc0158cd2..f10e6481fa3b924c1c5d263dc791c14f075c43b1 100644 (file)
@@ -9,7 +9,7 @@ IN: faq
     over >r find r> rot 1+ tail ; inline
 
 : tag-named? ( tag name -- ? )
-    assure-name swap (get-tag) ;
+    assure-name swap tag-named? ;
 
 ! Questions
 TUPLE: q/a question answer ;