diff options
Diffstat (limited to 'src/interp/ht-util.boot')
-rw-r--r-- | src/interp/ht-util.boot | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/interp/ht-util.boot b/src/interp/ht-util.boot index 028df423..fd16ac54 100644 --- a/src/interp/ht-util.boot +++ b/src/interp/ht-util.boot @@ -515,10 +515,10 @@ condErrorMsg type == strconc('"Error: Could not make your input into a ", typeString) parseAndEval string == - $InteractiveMode :fluid := true - $SPAD: fluid := true - $e:fluid := $InteractiveFrame - $QuietCommand:local := true + $InteractiveMode: local := true + $SPAD: local := true + $e: local := $InteractiveFrame + $QuietCommand: local := true parseAndEval1 string parseAndEval1 string == |