diff options
Diffstat (limited to 'module/ice-9/stack-catch.scm')
-rw-r--r-- | module/ice-9/stack-catch.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/ice-9/stack-catch.scm b/module/ice-9/stack-catch.scm index 81faca063..2f4b3d145 100644 --- a/module/ice-9/stack-catch.scm +++ b/module/ice-9/stack-catch.scm @@ -40,4 +40,4 @@ this call to @code{catch}." (catch key thunk handler - lazy-handler-dispatch)) + pre-unwind-handler-dispatch)) |