summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-02-06 02:34:19 +0000
committerRichard M. Stallman <rms@gnu.org>1996-02-06 02:34:19 +0000
commitffa4e7d2c59dc5c5b13eabec43f46c4b2ceef1b4 (patch)
tree85ab55b0f948e3b877aa7528f6f67e954c6ccffd
parentbe7c00039caa05e5dbe126541730db7952a63c44 (diff)
downloademacs-ffa4e7d2c59dc5c5b13eabec43f46c4b2ceef1b4.tar.gz
(fatal_error_signal): Do TOTALLY_UNBLOCK_INPUT.
-rw-r--r--src/emacs.c2
1 files changed, 2 insertions, 0 deletions
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)
{