]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/editors/coteditor/coteditor.factor
editors: allow them to be loaded in the load-all image
[factor.git] / basis / editors / coteditor / coteditor.factor
index af0507f68dac7c02527e66b3f82dd30eb455fe36..241bdc98b1031cb0f70f0e3780126f385b721c70 100644 (file)
@@ -3,7 +3,8 @@ math.parser namespaces ;
 IN: editors.coteditor
 
 SINGLETON: coteditor
-coteditor editor-class set-global
+
+editor-class [ coteditor ] initialize
 
 : find-cot-bundle-path ( -- path/f )
     "com.coteditor.CotEditor" find-native-bundle [