1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-31 20:02:42 +00:00

(XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).

This commit is contained in:
Chong Yidong 2007-05-12 23:35:31 +00:00
parent e9c8d98415
commit 1aa84454ca

View File

@ -7065,6 +7065,7 @@ XTread_socket (sd, expected, hold_quit)
#endif
#ifndef USE_GTK
x_catch_errors (dpyinfo->display);
while (XPending (dpyinfo->display))
{
int finish;
@ -7083,6 +7084,7 @@ XTread_socket (sd, expected, hold_quit)
if (finish == X_EVENT_GOTO_OUT)
goto out;
}
x_uncatch_errors ();
#endif /* not USE_GTK */
}