emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] pdumper 2971d13 5/6: Move unblock_input out of catch handl


From: Daniel Colascione
Subject: [Emacs-diffs] pdumper 2971d13 5/6: Move unblock_input out of catch handler
Date: Mon, 19 Feb 2018 12:02:50 -0500 (EST)

branch: pdumper
commit 2971d13651b7e298d5cc382c4c7a78c33b5dca84
Author: Daniel Colascione <address@hidden>
Commit: Daniel Colascione <address@hidden>

    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 2fa0218..efccafb 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",



reply via email to

[Prev in Thread] Current Thread [Next in Thread]