]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/core-text/core-text.factor
change add-init-hook to add-startup-hook, new add-shutdown-hook word
[factor.git] / basis / core-text / core-text.factor
index 3459b368f79bc0cbdb8c8c0207dfcd9c0c888580..d672815cbeae049bb64b8964a59ba7211ffdd3bb 100644 (file)
@@ -150,4 +150,4 @@ SYMBOL: cached-lines
 : cached-line ( font string -- line )
     cached-lines get [ <line> ] 2cache ;
 
-[ <cache-assoc> cached-lines set-global ] "core-text" add-init-hook
+[ <cache-assoc> cached-lines set-global ] "core-text" add-startup-hook