From: Richard M. Stallman Date: Tue, 6 Feb 1996 02:34:19 +0000 (+0000) Subject: (fatal_error_signal): Do TOTALLY_UNBLOCK_INPUT. X-Git-Tag: emacs-19.34~1363 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=061b7f94851916296b23dff3607ed21d820122b9;p=emacs.git (fatal_error_signal): Do TOTALLY_UNBLOCK_INPUT. --- 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) {