]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/xml/syntax/syntax.factor
basis: ERROR: changes.
[factor.git] / basis / xml / syntax / syntax.factor
index d43c127e1f056dc8dbd2f7aef787c40c00a31338..d0c6f005a80af7286e4f4afdba4155d46eba614c 100644 (file)
@@ -16,7 +16,7 @@ M: no-tag summary
     drop "The tag-dispatching word has no method for the given tag name" ;
 
 : compile-tags ( word xtable -- quot )
-    >alist swap '[ _ no-tag ] suffix '[ dup main>> _ case ] ;
+    >alist swap '[ _ throw-no-tag ] suffix '[ dup main>> _ case ] ;
 
 : define-tags ( word effect -- )
     [ dup dup "xtable" word-prop compile-tags ] dip define-declared ;