]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/html/templates/fhtml/fhtml.factor
sequences: rename subsequence? words to subseq? again.
[factor.git] / basis / html / templates / fhtml / fhtml.factor
index 8d64ef8e71c69e41842560407bea991faf14a374..b5b48dc4e310f9ee900e03e24109cbcf9748f0ed 100644 (file)
@@ -23,7 +23,7 @@ M: template-lexer skip-word
 DEFER: <% delimiter
 
 : check-<% ( lexer -- col )
-    [ column>> ] [ line-text>> ] bi "<%" subsequence-starts-from ;
+    [ column>> ] [ line-text>> ] bi "<%" subseq-index-from ;
 
 : found-<% ( accum lexer col -- accum )
     [