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 e5d3889fe41498e96c15f340cef93313d3738153
parent e813db05b7fd617d4781b8ad6f466e0671d2932f
Author: Matthew Flatt <mflatt@racket-lang.org>
Date:   Thu, 12 Jun 2008 13:39:23 +0000

fix module-path-index->taglet bug that is mainly exposed when the current directory is a root directory

svn: r10231

original commit: 64147e45abdfa0cef15f6dd7fcf20e3b481d01e3

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

diff --git a/collects/scribble/basic.ss b/collects/scribble/basic.ss @@ -104,7 +104,7 @@ ;; Derive the name from the module path: (let ([p (collapse-module-path-index mod - (current-directory))]) + (build-path (current-directory) "dummy"))]) (if (path? p) ;; If we got a path back anyway, then it's best to use the resolved ;; name; if the current directory has changed since we