From: John Benediktsson Date: Thu, 25 Jul 2019 03:19:32 +0000 (-0700) Subject: windows.uniscribe: remove &dispose. X-Git-Tag: 0.99~3802 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=bd2ed2c2148ae8e94ee7742993981bda2e883092 windows.uniscribe: remove &dispose. That's kind of a bug, but probably dispose should happen differently. --- 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