Mercurial > emacs
changeset 80910:5a132d438c42
(XTread_socket): Revert last change.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 13 May 2007 13:37:11 +0000 |
parents | d9b6000ffa53 |
children | 402188a5ca57 |
files | src/xterm.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Sun May 13 13:37:05 2007 +0000 +++ b/src/xterm.c Sun May 13 13:37:11 2007 +0000 @@ -7065,7 +7065,6 @@ #endif #ifndef USE_GTK - x_catch_errors (dpyinfo->display); while (XPending (dpyinfo->display)) { int finish; @@ -7084,7 +7083,6 @@ if (finish == X_EVENT_GOTO_OUT) goto out; } - x_uncatch_errors (); #endif /* not USE_GTK */ }