From c64a90b277dcdf933ea276c371f1ae929f229f1c Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 5 Mar 2013 18:57:32 -0800 Subject: [PATCH] vocabs.cache: root-cache get instead of get-global. --- basis/vocabs/cache/cache.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/vocabs/cache/cache.factor b/basis/vocabs/cache/cache.factor index 97ea4b8cc8..046c456331 100644 --- a/basis/vocabs/cache/cache.factor +++ b/basis/vocabs/cache/cache.factor @@ -7,7 +7,7 @@ IN: vocabs.cache : reset-cache ( vocab -- ) vocab-name - [ root-cache get-global delete-at ] + [ root-cache get delete-at ] [ \ vocab-file-contents "memoize" word-prop swap '[ drop first vocab-name _ = not ] assoc-filter! drop