WRITE seems more useful for debugging output

This commit is contained in:
mainzelm 2005-10-11 15:40:44 +00:00
parent 83d25a4c9d
commit e511c905cd
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
(with-current-output-port* (with-current-output-port*
*tty-port* *tty-port*
(lambda () (lambda ()
(for-each display args) (for-each write args)
(newline) (newline)
(flush-tty/output *tty-port*)))))) (flush-tty/output *tty-port*))))))