Fix broken message name
This commit is contained in:
parent
c889c878ef
commit
f964abb252
|
@ -937,7 +937,7 @@
|
||||||
((make-simple-result-buffer-printer y x text '() '())
|
((make-simple-result-buffer-printer y x text '() '())
|
||||||
win buffer have-focus?)))
|
win buffer have-focus?)))
|
||||||
|
|
||||||
((eq? message 'key)
|
((eq? message 'key-press)
|
||||||
(lambda (self . ignore)
|
(lambda (self . ignore)
|
||||||
self))))))
|
self))))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue