From a3acfa80eab42419a53cb541a1d23130c2c1644a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Fri, 6 Jan 2017 19:01:49 +0100 Subject: [PATCH] Support for comments with the new comment-reader: do not insert a nbsp after the first semicolon. --- racket.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/racket.rkt b/racket.rkt index 46e03a95..c9488d61 100644 --- a/racket.rkt +++ b/racket.rkt @@ -483,7 +483,7 @@ c))) (advance c init-line! srcless-step) (out ";" comment-color) - (out 'nbsp comment-color) + ;(out 'nbsp comment-color) (let ([v (syntax->datum (cadr (syntax->list c)))]) (if (paragraph? v) (map (lambda (v)