From 1b6c879736494b677912d4e4a5cc7cdeb5459043 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 8 Oct 2009 21:12:08 +0000 Subject: [PATCH] svn: r16286 --- collects/framework/private/keymap.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/framework/private/keymap.ss b/collects/framework/private/keymap.ss index 5a422a4e92..9125865b58 100644 --- a/collects/framework/private/keymap.ss +++ b/collects/framework/private/keymap.ss @@ -30,7 +30,7 @@ (parameterize ([read-accept-reader #t]) (call-with-input-file path read)))]) (match sexp - [`(module ,name ,(? valid-key-bindings-lang?) + [`(module ,name ,(? valid-keybindings-lang?) ,@(x ...)) (let ([km (dynamic-require spec '#%keymap)]) (hash-set! user-keybindings-files spec km)