Skip to content
Snippets Groups Projects
Commit 73fd9e71 authored by ram's avatar ram
Browse files

When computing restarts, pass in the condition.

parent 8ace1848
No related branches found
No related tags found
No related merge requests found
......@@ -563,7 +563,7 @@
(funcall hook condition hook)))
(unix:unix-sigsetmask 0)
(let* ((*debug-condition* condition)
(*debug-restarts* (compute-restarts))
(*debug-restarts* (compute-restarts condition))
(*standard-input* *debug-io*) ;in case of setq
(*standard-output* *debug-io*) ;'' '' '' ''
(*error-output* *debug-io*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment