Let current-noise-port default to current-error port.
You won't get warnings from the type-checker or the modul system otherwise...
This commit is contained in:
parent
f4bd5dfa85
commit
c47a141356
|
@ -479,7 +479,8 @@
|
|||
|
||||
(set-fluid! $current-error-port
|
||||
(channel-port->unbuffered-output-fdport (current-error-port)))
|
||||
(set-fluid! $current-noise-port (make-null-output-port)))
|
||||
(set-fluid! $current-noise-port
|
||||
(fluid $current-error-port)))
|
||||
|
||||
;;; Generic port operations
|
||||
;;; -----------------------
|
||||
|
|
Loading…
Reference in New Issue