From aa4d9a9e9bb0a33414f9c5fde5e63ecf8b972c7a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 27 Jun 1996 23:20:46 +0000 Subject: [PATCH] (x_connection_closed): Call clear_waiting_for_input. --- src/xterm.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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); } -- 2.39.2