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:
parent
4e3908cd44
commit
d41f3c4ace
1 changed files with 0 additions and 2 deletions
|
|
@ -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 */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue