add a missing arg to jump-to-next-callback
closes PR 13560
This commit is contained in:
parent
9621a58c4c
commit
574fc8f50f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user