aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-06-27 23:20:46 +0000
committerRichard M. Stallman1996-06-27 23:20:46 +0000
commitaa4d9a9e9bb0a33414f9c5fde5e63ecf8b972c7a (patch)
treef91a8d355cdab12526c2088644902d7162b7d83b /src
parent168054a6687d75ae5b414457bf73413d1c06ac29 (diff)
downloademacs-aa4d9a9e9bb0a33414f9c5fde5e63ecf8b972c7a.tar.gz
emacs-aa4d9a9e9bb0a33414f9c5fde5e63ecf8b972c7a.zip
(x_connection_closed): Call clear_waiting_for_input.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c7
1 files changed, 1 insertions, 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)
4531 sigunblock (sigmask (SIGALRM)); 4531 sigunblock (sigmask (SIGALRM));
4532 TOTALLY_UNBLOCK_INPUT; 4532 TOTALLY_UNBLOCK_INPUT;
4533 4533
4534 if (waiting_for_input) 4534 clear_waiting_for_input ();
4535 {
4536 message ("%s", error_message);
4537 quit_throw_to_read_char ();
4538 }
4539
4540 error ("%s", error_message); 4535 error ("%s", error_message);
4541} 4536}
4542 4537