bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

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

commit 50ce3b1a9a864e7139781305b71a099207dff69d
parent 1453e39789e25878e1a8f46b01bf449b891e414e
Author: Eli Barzilay <eli@racket-lang.org>
Date:   Mon, 19 May 2008 13:11:09 +0000

svn: r9884

original commit: 9933ce7312a17ecbb866f60432b6974b3ce38cc0

Diffstat:
Mcollects/scribble/basic.ss | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/collects/scribble/basic.ss b/collects/scribble/basic.ss @@ -80,8 +80,7 @@ (provide module-path-prefix->string) (define (module-path-prefix->string p) - (format "~a" (path->main-collects-relative - (resolve-module-path p #f)))) + (format "~a" (path->main-collects-relative (resolve-module-path p #f)))) ;; ----------------------------------------