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))