add a missing arg to jump-to-next-callback

closes PR 13560
This commit is contained in:
Robby Findler 2013-02-26 21:36:46 -06:00
parent 9621a58c4c
commit 574fc8f50f

View File

@ -1178,7 +1178,7 @@ If the namespace does not, they are colored the unbound color.
(make-object menu-item% (make-object menu-item%
jump-to-next-bound-occurrence jump-to-next-bound-occurrence
menu menu
(λ (item evt) (jump-to-next-callback pos text))) (λ (item evt) (jump-to-next-callback pos text #f)))
(make-object menu-item% (make-object menu-item%
jump-to-binding jump-to-binding
menu menu