]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/tools/deploy/deploy.factor
namespaces: Rename ``bind`` to ``with-variables``. Update a few places that called...
[factor.git] / basis / ui / tools / deploy / deploy.factor
index 2c54d0bc2352e92a963138dd84f7aa6413917525..34c579c35a14d054b380839549f808805ba5d906 100644 (file)
@@ -49,7 +49,7 @@ TUPLE: deploy-gadget < pack vocab settings ;
 
         deploy-settings-theme
         namespace <mapping> >>model
-    ] bind ;
+    ] with-variables ;
 
 : find-deploy-gadget ( gadget -- deploy-gadget )
     [ deploy-gadget? ] find-parent ;