about summary refs log tree commit diff stats
path: root/edit/005-sandbox.mu
diff options
context:
space:
mode:
Diffstat (limited to 'edit/005-sandbox.mu')
-rw-r--r--edit/005-sandbox.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit/005-sandbox.mu b/edit/005-sandbox.mu
index c7b55773..74ca5742 100644
--- a/edit/005-sandbox.mu
+++ b/edit/005-sandbox.mu
@@ -177,7 +177,7 @@ recipe update-recipes [
   screen:address <- next-ingredient
   recipes:address:editor-data <- get *env, recipes:offset
   in:address:array:character <- editor-contents recipes
-  save [recipes.mu], in
+  save [recipes.mu], in  # newlayer: persistence
   reload in
   reply 0/no-errors-found, env/same-as-ingredient:0, screen/same-as-ingredient:1
 ]