www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit f02c0bc879f42335f4bd862c4ea05f026a9fd333
parent ad58c59f0c67c31601cb7dfb42e8977f9ed5012b
Author: Matthew Flatt <mflatt@racket-lang.org>
Date:   Tue, 11 May 2010 06:03:57 -0600

add 'eprintf' and 'displayln'

original commit: 50e923b199eba2efa1afcd16fb2363d1fec82454

Diffstat:
Mcollects/macro-debugger/syntax-browser/display.rkt | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/collects/macro-debugger/syntax-browser/display.rkt b/collects/macro-debugger/syntax-browser/display.rkt @@ -19,12 +19,6 @@ (current-inexact-milliseconds) 0)) -(define eprintf - (if TIME-PRINTING? - (let ([eport (current-error-port)]) - (lambda (fmt . args) (apply fprintf eport fmt args))) - void)) - ;; FIXME: assumes text never moves ;; print-syntax-to-editor : syntax text controller<%> config number number