1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00

(XTread_socket): Revert last change.

This commit is contained in:
Chong Yidong 2007-05-13 13:33:32 +00:00
parent 4e3908cd44
commit d41f3c4ace

View file

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