diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-10-09 16:49:09 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-10-09 16:49:09 -0700 |
commit | 5f52da4aeeccd949d31b3bae9e5510b521fb173d (patch) | |
tree | 5f553f06d54260cd04be3b0790f3f84edd088eec /edit | |
parent | 538831ed8a41bdf76684dda1cfc645a26788b288 (diff) | |
download | mu-5f52da4aeeccd949d31b3bae9e5510b521fb173d.tar.gz |
2267
Introducing a new 'newlayer' tag like 'todo', to record places where a nascent new layer might be starting to bud off.
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 ] |