diff options
Diffstat (limited to 'src/interp/record.boot')
-rw-r--r-- | src/interp/record.boot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/record.boot b/src/interp/record.boot index 6b36af77..66660a5a 100644 --- a/src/interp/record.boot +++ b/src/interp/record.boot @@ -186,9 +186,9 @@ evaluateLines lines == stringPrefix?('")undo )redo",line) => 'skip writeLine(line, file) SHUT file - _/EDITFILE: local := '"/tmp/temp.input" + $editFile: local := '"/tmp/temp.input" _/RF() - -- can't use _/EDITFILE since it might be reset + -- can't use $editFile since it might be reset DELETE_-FILE '"/tmp/temp.input" |