From 2971d13651b7e298d5cc382c4c7a78c33b5dca84 Mon Sep 17 00:00:00 2001 From: Daniel Colascione Date: Mon, 19 Feb 2018 08:51:28 -0800 Subject: [PATCH] Move unblock_input out of catch handler --- src/pdumper.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/pdumper.c b/src/pdumper.c index 2fa02183b21..efccafb07b7 100644 --- a/src/pdumper.c +++ b/src/pdumper.c @@ -3483,7 +3483,6 @@ dump_unwind_cleanup (void *data) r_alloc_inhibit_buffer_relocation (0); #endif Vpurify_flag = ctx->old_purify_flag; - unblock_input (); } static void @@ -3987,9 +3986,8 @@ types. */) number_hot_relocations, number_discardable_relocations); + unblock_input (); return unbind_to (count, Qnil); - - } DEFUN ("dump-emacs-portable--sort-predicate", -- 2.39.5