From: Gerd Moellmann Date: Mon, 23 Oct 2000 15:01:52 +0000 (+0000) Subject: (x_connection_closed): Reset handling_signal. X-Git-Tag: emacs-pretest-21.0.90~662 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=182334bd081466ba449a71cbc831affd810ac4cd;p=emacs.git (x_connection_closed): Reset handling_signal. --- diff --git a/src/xterm.c b/src/xterm.c index c4affa4a883..9e1cabe8c3c 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -11205,6 +11205,7 @@ x_connection_closed (display, error_message) TOTALLY_UNBLOCK_INPUT; clear_waiting_for_input (); + handling_signal = 0; error ("%s", error_message); }