changeset 15526:926ef4afc174

(x_connection_closed): Call clear_waiting_for_input.
author Richard M. Stallman <rms@gnu.org>
date Thu, 27 Jun 1996 23:20:46 +0000
parents 521a4d5ccea0
children 575a17a3c9fb
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Thu Jun 27 22:23:03 1996 +0000
+++ b/src/xterm.c	Thu Jun 27 23:20:46 1996 +0000
@@ -4531,12 +4531,7 @@
   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);
 }