commit 2894e21c9ba841f8db34a7e8e45706c8b37a6c19
parent 6f59b261fdcef2b3b5837149e1148f0f9dde67cf
Author: Eli Barzilay <eli@racket-lang.org>
Date: Mon, 4 Feb 2008 20:31:04 +0000
removed unused doc.txt entries from info.ss files
svn: r8529
original commit: 59b5f3a72758c7d6eaec0a04f243e76afbb43762
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/collects/macro-debugger/info.ss b/collects/macro-debugger/info.ss
@@ -2,5 +2,4 @@
(module info setup/infotab
(define name "Macro Debugger")
(define tools '(["tool.ss"]))
- (define tool-names '("Macro Stepper"))
- (define doc.txt '"doc.txt"))
+ (define tool-names '("Macro Stepper")))