fixed PR 8137

svn: r3433
This commit is contained in:
Robby Findler 2006-06-22 03:01:43 +00:00
parent d74f28ace8
commit 257ceb7449

View File

@ -56,7 +56,8 @@
parent-keymap))
(let c-loop ([child-keymaps (send parent-keymap get-chained-keymaps)])
(cond
[(null? child-keymaps) null]
[(null? child-keymaps)
(void)]
[else
(let ([child-keymap (car child-keymaps)])
(cond