about summary refs log tree commit diff stats
path: root/shell/environment.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-06-04 22:11:41 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-06-04 22:11:41 -0700
commit5a066f8ddaeb9e22891c67217642e7900c4eeb20 (patch)
tree87151d3bfd65478881701a528c03158d8b1b8c0a /shell/environment.mu
parent65e414911feb9262fc2ae2ed397a157decaaf17e (diff)
downloadmu-5a066f8ddaeb9e22891c67217642e7900c4eeb20.tar.gz
start editing function definitions
Diffstat (limited to 'shell/environment.mu')
-rw-r--r--shell/environment.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/environment.mu b/shell/environment.mu
index 9d624a1f..1545f0ff 100644
--- a/shell/environment.mu
+++ b/shell/environment.mu
@@ -180,7 +180,7 @@ fn edit-environment _self: (addr environment), key: grapheme, data-disk: (addr d
     var cursor-in-globals-a/eax: (addr boolean) <- get self, cursor-in-globals?
     compare *cursor-in-globals-a, 0/false
     break-if-=
-    edit-globals globals, key, data-disk
+    edit-globals globals, key
     return
   }
   edit-sandbox sandbox, key, globals, data-disk, 1/tweak-real-screen