From de8160e521a6cda8cca1b32603f1d856416af4f0 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Mon, 23 Apr 2001 00:42:44 +0000 Subject: [PATCH] no message original commit: 13ff4cd604078dbaac6a6556ebce8f931d2dfba2 --- collects/help/private/search.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/help/private/search.ss b/collects/help/private/search.ss index f57fd345..d610cbaf 100644 --- a/collects/help/private/search.ss +++ b/collects/help/private/search.ss @@ -112,7 +112,7 @@ "") "")) - (define not-break? (lambda (x) (not (exn:misc:user-break? x)))) + (define not-break? (lambda (x) (not (exn:break? x)))) ; One lock for all hash table operations is good enough (define ht-lock (make-semaphore 1))