fix arity error

closes PR 13773
This commit is contained in:
Robby Findler 2013-05-24 20:24:23 -05:00
parent 70caf5f509
commit decde8f1b0

View File

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