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