PR7782 is resolved, no need to work around it
svn: r9619
This commit is contained in:
parent
de59692eb0
commit
7738799556
|
@ -605,8 +605,6 @@
|
|||
;;> Swindle values in errors, when using `printf' etc.
|
||||
(define* (install-swindle-printer)
|
||||
(global-port-print-handler write-object)
|
||||
(current-print ; see PR7782
|
||||
(lambda (x) (unless (void? x) (write-object x) (newline))))
|
||||
(port-display-handler (current-output-port) display-object)
|
||||
(port-display-handler (current-error-port) display-object)
|
||||
(port-write-handler (current-output-port) write-object)
|
||||
|
|
Loading…
Reference in New Issue
Block a user