From c71f5fc7c50eb01c3d14191b7e81eaaa7565bc7d Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 11 Aug 2011 12:45:18 +0200 Subject: Fix manual formatting. --- manual.scrbl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manual.scrbl b/manual.scrbl index d148420..9814e27 100755 --- a/manual.scrbl +++ b/manual.scrbl @@ -7,13 +7,13 @@ @;@(require (for-label (this-package-in json-template))) @;@(define r6rs-evaluator - (call-with-trusted-sandbox-configuration - (lambda () - (parameterize ([sandbox-output 'string] - [sandbox-error-output 'string]) - (make-evaluator - 'r6rs - '(import (rnrs) (json-template))))))) +@; (call-with-trusted-sandbox-configuration +@; (lambda () +@; (parameterize ([sandbox-output 'string] +@; [sandbox-error-output 'string]) +@; (make-evaluator +@; 'r6rs +@; '(import (rnrs) (json-template))))))) @(define racket-evaluator (call-with-trusted-sandbox-configuration (lambda () -- cgit v1.2.3