aboutsummaryrefslogtreecommitdiff
path: root/src/interp/ht-util.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/ht-util.boot')
-rw-r--r--src/interp/ht-util.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/ht-util.boot b/src/interp/ht-util.boot
index 6bd5fe02..20c7ba23 100644
--- a/src/interp/ht-util.boot
+++ b/src/interp/ht-util.boot
@@ -467,7 +467,7 @@ executeInterpreterCommand command ==
TERPRI()
ncSetCurrentLine(command)
CATCH($SpadReaderTag, parseAndInterpret command)
- not $leanMode and printPrompt "andFlush"
+ not $leanMode and printPrompt()
typeCheckInputAreas htPage ==
-- This needs to be severly beefed up