Mercurial > emacs
changeset 77695:46d9d80b89d3
(XTread_socket): Revert last change.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 13 May 2007 13:33:32 +0000 |
parents | 775d55b72cad |
children | b43e6f8f3e6e |
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:33:20 2007 +0000 +++ b/src/xterm.c Sun May 13 13:33:32 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 */ }