From 53a759eb02570fac0c4778ccda545eafff82d394 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Tue, 20 Nov 2007 13:40:10 +0000 Subject: [PATCH] oops svn: r7783 original commit: 978ce313035bb60123514d87da75ff96ffef73a4 --- collects/help/help.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/help/help.ss b/collects/help/help.ss index add58808..77015079 100644 --- a/collects/help/help.ss +++ b/collects/help/help.ss @@ -1,6 +1,6 @@ #lang scheme/base -(require "private/search.ss") +(require "search.ss") (define argv (current-command-line-arguments)) (when (equal? argv #()) (error 'help-desk "expected a search term on the command line"))