temporary hack for PR7782
svn: r1697
This commit is contained in:
parent
ba4285a9d5
commit
678477648b
|
@ -601,6 +601,7 @@
|
||||||
;;> Swindle values in errors, when using `printf' etc.
|
;;> Swindle values in errors, when using `printf' etc.
|
||||||
(define* (install-swindle-printer)
|
(define* (install-swindle-printer)
|
||||||
(global-port-print-handler write-object)
|
(global-port-print-handler write-object)
|
||||||
|
(current-print write-object) ; see PR7782
|
||||||
(port-display-handler (current-output-port) display-object)
|
(port-display-handler (current-output-port) display-object)
|
||||||
(port-display-handler (current-error-port) display-object)
|
(port-display-handler (current-error-port) display-object)
|
||||||
(port-write-handler (current-output-port) write-object)
|
(port-write-handler (current-output-port) write-object)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user