commit bc306a09bd470a50eae40f26a837bd5e3e3fc7bb
parent 79f7ee30487c20d9dec215360cb5fb20e6de6281
Author: Ryan Culpepper <ryanc@racket-lang.org>
Date: Thu, 1 Jul 2010 13:17:22 -0600
macro-stepper: fixed pretty-{printing => writing}
original commit: 856dd4e14c7a076b98eca3604a4d8a92ff611ff2
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/collects/macro-debugger/syntax-browser/pretty-helper.rkt b/collects/macro-debugger/syntax-browser/pretty-helper.rkt
@@ -31,7 +31,7 @@
[print-vector-length #f]
[print-hash-table #t]
[print-honu #f])
- (pretty-print datum port)))
+ (pretty-write datum port)))
(define-struct syntax-dummy (val))
(define-struct (id-syntax-dummy syntax-dummy) (remap))