From: Richard M. Stallman Date: Thu, 27 Jun 1996 23:20:46 +0000 (+0000) Subject: (x_connection_closed): Call clear_waiting_for_input. X-Git-Tag: emacs-19.34~336 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aa4d9a9e9bb0a33414f9c5fde5e63ecf8b972c7a;p=emacs.git (x_connection_closed): Call clear_waiting_for_input. --- diff --git a/src/xterm.c b/src/xterm.c index 4dfaece68b2..49dd9fe164b 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -4531,12 +4531,7 @@ x_connection_closed (display, error_message) sigunblock (sigmask (SIGALRM)); TOTALLY_UNBLOCK_INPUT; - if (waiting_for_input) - { - message ("%s", error_message); - quit_throw_to_read_char (); - } - + clear_waiting_for_input (); error ("%s", error_message); }