From bd2ed2c2148ae8e94ee7742993981bda2e883092 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Wed, 24 Jul 2019 20:19:32 -0700 Subject: [PATCH] windows.uniscribe: remove &dispose. That's kind of a bug, but probably dispose should happen differently. --- basis/windows/uniscribe/uniscribe.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/windows/uniscribe/uniscribe.factor b/basis/windows/uniscribe/uniscribe.factor index 00164ff8b8..b1d892462a 100644 --- a/basis/windows/uniscribe/uniscribe.factor +++ b/basis/windows/uniscribe/uniscribe.factor @@ -150,5 +150,5 @@ SYMBOL: cached-script-strings ] with-memory-dc ] unless image>> ; -[ &dispose cached-script-strings set-global ] +[ cached-script-strings set-global ] "windows.uniscribe" add-startup-hook -- 2.34.1