Mercurial > emacs
comparison src/xterm.c @ 32775:3558c9628dc9
(x_connection_closed): Reset handling_signal.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 23 Oct 2000 15:01:52 +0000 |
parents | 99a644bb452d |
children | 4b9c0e6751e7 |
comparison
equal
deleted
inserted
replaced
32774:191ab1dbff56 | 32775:3558c9628dc9 |
---|---|
11203 #endif | 11203 #endif |
11204 sigunblock (sigmask (SIGALRM)); | 11204 sigunblock (sigmask (SIGALRM)); |
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 |
11211 /* This is the usual handler for X protocol errors. | 11212 /* This is the usual handler for X protocol errors. |
11212 It kills all frames on the display that we got the error for. | 11213 It kills all frames on the display that we got the error for. |