]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_connection_closed): Reset handling_signal.
authorGerd Moellmann <gerd@gnu.org>
Mon, 23 Oct 2000 15:01:52 +0000 (15:01 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 23 Oct 2000 15:01:52 +0000 (15:01 +0000)
src/xterm.c

index c4affa4a883c876c74d32fea07ada6322586eec1..9e1cabe8c3c9163a13c254ccd873dae5fb0bfbce 100644 (file)
@@ -11205,6 +11205,7 @@ x_connection_closed (display, error_message)
   TOTALLY_UNBLOCK_INPUT;
 
   clear_waiting_for_input ();
+  handling_signal = 0;
   error ("%s", error_message);
 }