about summary refs log tree commit diff stats
path: root/edit/005-sandbox.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-08-22 08:39:53 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-08-22 08:39:53 -0700
commit736b26a73f2b1f31593d1b2fb7bd690280576ac8 (patch)
treeefefb0dfb558b3fa8afb19c6156457078ed4dce3 /edit/005-sandbox.mu
parentfd256875325d6dddadfc02128fae6d5ab626bf8b (diff)
downloadmu-736b26a73f2b1f31593d1b2fb7bd690280576ac8.tar.gz
3980
Diffstat (limited to 'edit/005-sandbox.mu')
-rw-r--r--edit/005-sandbox.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/edit/005-sandbox.mu b/edit/005-sandbox.mu
index 6c74ca29..9e175378 100644
--- a/edit/005-sandbox.mu
+++ b/edit/005-sandbox.mu
@@ -152,7 +152,7 @@ def run-sandboxes env:&:environment, resources:&:resources, screen:&:screen -> e
   errors-found?:bool <- update-recipes env, resources, screen
   jump-if errors-found?, +return
   # check contents of right editor (sandbox)
-  <run-sandboxes-begin>
+  <begin-run-sandboxes>
   current-sandbox:&:editor <- get *env, current-sandbox:offset
   {
     sandbox-contents:text <- editor-contents current-sandbox
@@ -187,7 +187,7 @@ def run-sandboxes env:&:environment, resources:&:resources, screen:&:screen -> e
     idx <- add idx, 1
     loop
   }
-  <run-sandboxes-end>
+  <end-run-sandboxes>
   +return
   {
     break-if resources  # ignore this in tests