diff src/emacs.c @ 14497:002c4d6b3e28

(fatal_error_signal): Do TOTALLY_UNBLOCK_INPUT.
author Richard M. Stallman <rms@gnu.org>
date Tue, 06 Feb 1996 02:34:19 +0000
parents 3a16ff5f6594
children 37107ad125f0
line wrap: on
line diff
--- a/src/emacs.c	Mon Feb 05 20:32:20 1996 +0000
+++ b/src/emacs.c	Tue Feb 06 02:34:19 1996 +0000
@@ -154,6 +154,8 @@
   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)
     {