aboutsummaryrefslogtreecommitdiff
path: root/src/interp/ht-util.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-05-15 03:06:56 +0000
committerdos-reis <gdr@axiomatics.org>2011-05-15 03:06:56 +0000
commite3790da8fee54ede09e8126213a10da0aa555d06 (patch)
tree34c6e47ff9cb808f8c0bfc80083edf356adde4af /src/interp/ht-util.boot
parentae81d788f27a95c608b860d8a989f56c8796803e (diff)
downloadopen-axiom-e3790da8fee54ede09e8126213a10da0aa555d06.tar.gz
cleanup
Diffstat (limited to 'src/interp/ht-util.boot')
-rw-r--r--src/interp/ht-util.boot8
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 ==