diff options
| author | Gerd Moellmann | 2000-10-23 15:01:52 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-10-23 15:01:52 +0000 |
| commit | 182334bd081466ba449a71cbc831affd810ac4cd (patch) | |
| tree | d6ac904beb19ad0ec00bc0641055b8622c5b2fe2 /src | |
| parent | 6ffdb539525b201897ddd17a2798d1841eaa2547 (diff) | |
| download | emacs-182334bd081466ba449a71cbc831affd810ac4cd.tar.gz emacs-182334bd081466ba449a71cbc831affd810ac4cd.zip | |
(x_connection_closed): Reset handling_signal.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 1 |
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 | ||