use pretty-write when printing in write mode
This commit is contained in:
parent
c3322ca05d
commit
f629545c2d
|
@ -25,7 +25,7 @@
|
|||
(port-write-handler
|
||||
port
|
||||
(λ (val port)
|
||||
(do-printing pretty-print val port snip-handler))))
|
||||
(do-printing pretty-write val port snip-handler))))
|
||||
|
||||
(define (set-interactive-print-handler port #:snip-handler [snip-handler #f])
|
||||
(port-print-handler
|
||||
|
|
Loading…
Reference in New Issue
Block a user