aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-toplev.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-05-09 23:26:51 +0000
committerdos-reis <gdr@axiomatics.org>2010-05-09 23:26:51 +0000
commitfff23d752812e2ae22bebc21d24c42bb145a916e (patch)
treeba0250e810180be3a25ca1c916c398ed5a248db9 /src/interp/i-toplev.boot
parentd1ae1fd7646c2b81c3d23752f6956c7db888e916 (diff)
downloadopen-axiom-fff23d752812e2ae22bebc21d24c42bb145a916e.tar.gz
More cleanups
Diffstat (limited to 'src/interp/i-toplev.boot')
-rw-r--r--src/interp/i-toplev.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/i-toplev.boot b/src/interp/i-toplev.boot
index cc0a6e03..4003151f 100644
--- a/src/interp/i-toplev.boot
+++ b/src/interp/i-toplev.boot
@@ -152,7 +152,7 @@ processInteractive(form, posnForm) ==
$domPvar: local := NIL
$inRetract: local := NIL
object := processInteractive1(form, posnForm)
- --object := ERRORSET(LIST('processInteractive1,LIST('QUOTE,form),LIST('QUOTE,posnForm)),'t,'t)
+ --object := ERRORSET(['processInteractive1,LIST('QUOTE,form),['QUOTE,posnForm]],'t,'t)
if not($ProcessInteractiveValue) then
if $reportInstantiations = true then
reportInstantiations()