From: Doug Coleman Date: Sun, 31 Jul 2022 17:03:21 +0000 (-0500) Subject: fixups: fix word rename X-Git-Tag: 0.99~1273 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=de08db2138f8cb5be4b2b322bd868f7d6562fc08 fixups: fix word rename --- diff --git a/basis/fixups/fixups.factor b/basis/fixups/fixups.factor index feb0e75a11..01472a0326 100644 --- a/basis/fixups/fixups.factor +++ b/basis/fixups/fixups.factor @@ -46,7 +46,7 @@ CONSTANT: word-renames { { "(each-integer)" { "each-integer-from" "0.99" } } { "(find-integer)" { "find-integer-from" "0.99" } } { "(all-integers?)" { "all-integers-from?" "0.99" } } - { "short" { "bound" "0.99" } } + { "short" { "index-or-length" "0.99" } } { "map-integers" { "map-integers-as" "0.99" } } { "deep-subseq?" { "deep-subseq-index?" "0.99" } } }