From 77387995569749d10b820c81891fe013bfb84cab Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sat, 3 May 2008 05:11:56 +0000 Subject: [PATCH] PR7782 is resolved, no need to work around it svn: r9619 --- collects/swindle/extra.ss | 2 -- 1 file changed, 2 deletions(-) diff --git a/collects/swindle/extra.ss b/collects/swindle/extra.ss index 1c5ece5303..1289c1d94e 100644 --- a/collects/swindle/extra.ss +++ b/collects/swindle/extra.ss @@ -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)