From 061b7f94851916296b23dff3607ed21d820122b9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 6 Feb 1996 02:34:19 +0000 Subject: [PATCH] (fatal_error_signal): Do TOTALLY_UNBLOCK_INPUT. --- src/emacs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/emacs.c b/src/emacs.c index 4297163dde0..5518da9647a 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -154,6 +154,8 @@ fatal_error_signal (sig) fatal_error_code = sig; signal (sig, SIG_DFL); + TOTALLY_UNBLOCK_INPUT; + /* If fatal error occurs in code below, avoid infinite recursion. */ if (! fatal_error_in_progress) { -- 2.39.2