fixed PR 8325

svn: r4602
This commit is contained in:
Robby Findler 2006-10-14 17:07:18 +00:00
parent 58751057b6
commit ea15fcaf7f

View File

@ -201,7 +201,7 @@
this
last-keybindings-planet-attempt)])
(when planet-spec
(set! last-keybindings-planet-attempt planet-spec))
(set! last-keybindings-planet-attempt planet-spec)
(cond
[(planet-string-spec? planet-spec)
=>
@ -210,7 +210,7 @@
[else
(message-box (string-constant drscheme)
(format (string-constant keybindings-planet-malformed-spec)
planet-spec))])))))
planet-spec))]))))))
(let ([ud (preferences:get 'drscheme:user-defined-keybindings)])
(unless (null? ud)
(new separator-menu-item% (parent keybindings-menu))