diff --git a/collects/browser/private/hyper.ss b/collects/browser/private/hyper.ss index 7f7d7d188a..6c39ce07b4 100644 --- a/collects/browser/private/hyper.ss +++ b/collects/browser/private/hyper.ss @@ -579,7 +579,7 @@ A test case: (send hyper-keymap map-function "pageup" "previous-page") (send hyper-keymap map-function "wheeldown" "do-wheel") (send hyper-keymap map-function "pagedown" "next-page") - (send hyper-keymap map-function "space" "next-page") + ; (send hyper-keymap map-function "space" "next-page") ;; call-with-hyper-panel : object ((is-a?/c hyper-panel<%>) -> void) -> void (define (call-with-hyper-panel text f)