aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-toplev.boot
diff options
context:
space:
mode:
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 c0f786f2..416537f3 100644
--- a/src/interp/i-toplev.boot
+++ b/src/interp/i-toplev.boot
@@ -195,7 +195,7 @@ recordAndPrint(x,md) ==
$outputMode: local := md --used by DEMO BOOT
mode:= (md=$EmptyMode => quadSch(); md)
if (md ~= $Void) or $printVoidIfTrue then
- if null $collectOutput then TERPRI $algebraOutputStream
+ newlineIfDisplaying()
if $QuietCommand = false then
output(x',md')
putHist('%,'value,objNewWrap(x,md),$e)