fix debug eval handler's propagation of prompt aborts
svn: r5980
This commit is contained in:
parent
a420febb1b
commit
2b21cf2252
|
@ -210,8 +210,10 @@ profile todo:
|
|||
(λ () (loop (car exprs)))
|
||||
(default-continuation-prompt-tag)
|
||||
(λ args
|
||||
(abort-current-continuation
|
||||
(default-continuation-prompt-tag)))))
|
||||
(apply
|
||||
abort-current-continuation
|
||||
(default-continuation-prompt-tag)
|
||||
args))))
|
||||
list))]))]
|
||||
[_else
|
||||
;; Not `begin', so proceed with normal expand and eval
|
||||
|
|
Loading…
Reference in New Issue
Block a user