#| -*-Scheme-*-
-$Id: output.scm,v 14.21 1999/08/09 18:33:25 cph Exp $
+$Id: output.scm,v 14.22 1999/12/20 23:11:37 cph Exp $
Copyright (c) 1988-1999 Massachusetts Institute of Technology
(if (default-object? unparser-table)
(current-unparser-table)
(guarantee-unparser-table unparser-table 'WRITE-LINE))))
- (output-port/write-char port #\newline)
(unparse-object/top-level object port #t unparser-table)
+ (output-port/write-char port #\newline)
(output-port/discretionary-flush port)))
(define (flush-output #!optional port)