aboutsummaryrefslogtreecommitdiff
path: root/src/interp/setvars.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/setvars.boot')
-rw-r--r--src/interp/setvars.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/setvars.boot b/src/interp/setvars.boot
index 25efcd12..4822f778 100644
--- a/src/interp/setvars.boot
+++ b/src/interp/setvars.boot
@@ -139,7 +139,7 @@ resetWorkspaceVariables() ==
-- this function resets many workspace variables to their default
-- values. Some things are reset by start and not reset by restart.
SETQ(_/COUNTLIST , nil)
- SETQ(_/EDITFILE , nil)
+ SETQ($editFile , nil)
SETQ(_/SOURCEFILES , nil)
SETQ($sourceFiles , nil)
SETQ(_/PRETTY , nil)