diff options
Diffstat (limited to 'edit')
-rw-r--r-- | edit/005-sandbox.mu | 2 |
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 ] |