about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--mu.arc5
1 files changed, 2 insertions, 3 deletions
diff --git a/mu.arc b/mu.arc
index 72869336..bd0e61e0 100644
--- a/mu.arc
+++ b/mu.arc
@@ -668,14 +668,13 @@
                 print-primitive-to-host
                   (do1 nil
 ;?                        (write (m arg.0))  (pr " => ")  (prn (type (m arg.0)))
-                       (when (no ($.current-charterm))
+                       (if (no ($.current-charterm))
                          (pr (m arg.0)))
-                       (when ($.current-charterm)
                          (caselet x (m arg.0)
                            #\newline
                              ($.charterm-newline)
                            ;else
-                             ($.charterm-display x)))
+                             ($.charterm-display x))
                        )
                 read-key-from-host
                   (if ($.current-charterm)