fix arity error
closes PR 13773
This commit is contained in:
parent
70caf5f509
commit
decde8f1b0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user