]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/editors/textpad/textpad.factor
editors: allow them to be loaded in the load-all image
[factor.git] / basis / editors / textpad / textpad.factor
index 62cb493d1b3a586bf0646babbda39ada4d97348f..025928d89657c1e67ed02757f43e8417e7c50177 100644 (file)
@@ -3,7 +3,8 @@ namespaces sequences ;
 IN: editors.textpad
 
 SINGLETON: textpad
-textpad editor-class set-global
+
+editor-class [ textpad ] initialize
 
 : textpad-path ( -- path )
     \ textpad-path get-global [