From 978ce313035bb60123514d87da75ff96ffef73a4 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Tue, 20 Nov 2007 13:40:10 +0000 Subject: [PATCH] oops svn: r7783 --- 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 add588085d..77015079e8 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"))