(let ((port
(if (default-object? port)
(current-output-port)
- (guarantee-output-port port 'IDENTIFY-WORLD))))
+ (guarantee textual-output-port? port 'IDENTIFY-WORLD))))
(write-mit-scheme-copyright port #!default #!default #t)
(newline port)
(write-mit-scheme-license port #!default #t)
(let ((port
(if (default-object? port)
(current-output-port)
- (guarantee-output-port port 'WRITE-MIT-SCHEME-COPYRIGHT)))
+ (guarantee textual-output-port? port 'WRITE-MIT-SCHEME-COPYRIGHT)))
(cmark (if (default-object? cmark) "(C)" cmark))
(line-prefix (if (default-object? line-prefix) "" line-prefix)))
(write-words (let ((years (map number->string copyright-years)))
(let ((port
(if (default-object? port)
(current-output-port)
- (guarantee-output-port port 'WRITE-MIT-SCHEME-LICENSE)))
+ (guarantee textual-output-port? port 'WRITE-MIT-SCHEME-LICENSE)))
(line-prefix (if (default-object? line-prefix) "" line-prefix))
(short? (if (default-object? short?) #f short?)))
(let loop