changeset 32775:3558c9628dc9

(x_connection_closed): Reset handling_signal.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 23 Oct 2000 15:01:52 +0000
parents 191ab1dbff56
children 416924b6f303
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Mon Oct 23 13:48:52 2000 +0000
+++ b/src/xterm.c	Mon Oct 23 15:01:52 2000 +0000
@@ -11205,6 +11205,7 @@
   TOTALLY_UNBLOCK_INPUT;
 
   clear_waiting_for_input ();
+  handling_signal = 0;
   error ("%s", error_message);
 }