tools.continuations: need one more rename.
parent
861c6a29ce
commit
44854b6b03
|
@ -115,7 +115,7 @@ PRIVATE>
|
||||||
{ execute [ (step-into-execute) ] }
|
{ execute [ (step-into-execute) ] }
|
||||||
{ if [ (step-into-if) ] }
|
{ if [ (step-into-if) ] }
|
||||||
{ dispatch [ (step-into-dispatch) ] }
|
{ dispatch [ (step-into-dispatch) ] }
|
||||||
{ continuation [ (step-into-continuation) ] }
|
{ current-continuation [ (step-into-continuation) ] }
|
||||||
{ (call-next-method) [ (step-into-call-next-method) ] }
|
{ (call-next-method) [ (step-into-call-next-method) ] }
|
||||||
} [ "step-into" set-word-prop ] assoc-each
|
} [ "step-into" set-word-prop ] assoc-each
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue