aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-10-23 15:01:52 +0000
committerGerd Moellmann2000-10-23 15:01:52 +0000
commit182334bd081466ba449a71cbc831affd810ac4cd (patch)
treed6ac904beb19ad0ec00bc0641055b8622c5b2fe2 /src
parent6ffdb539525b201897ddd17a2798d1841eaa2547 (diff)
downloademacs-182334bd081466ba449a71cbc831affd810ac4cd.tar.gz
emacs-182334bd081466ba449a71cbc831affd810ac4cd.zip
(x_connection_closed): Reset handling_signal.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c1
1 files changed, 1 insertions, 0 deletions
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)
11205 TOTALLY_UNBLOCK_INPUT; 11205 TOTALLY_UNBLOCK_INPUT;
11206 11206
11207 clear_waiting_for_input (); 11207 clear_waiting_for_input ();
11208 handling_signal = 0;
11208 error ("%s", error_message); 11209 error ("%s", error_message);
11209} 11210}
11210 11211