# HG changeset patch # User Karoly Lorentey # Date 1077679005 0 # Node ID 19323b99ddcc33af02e4e957a0e96e921f84cc95 # Parent 8a5c2390bc7d08eae81294a82c4a6ae09d1d57d9 Back out previous change, it causes infinite recursion. src/xterm.c (XTread_socket): Back out previous change, it causes infinite recursion. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-98 diff -r 8a5c2390bc7d -r 19323b99ddcc src/xterm.c --- a/src/xterm.c Wed Feb 25 02:57:36 2004 +0000 +++ b/src/xterm.c Wed Feb 25 03:16:45 2004 +0000 @@ -7209,13 +7209,6 @@ { int finish; - if (numchars <= 1) - { - /* The input buffer is full; read the rest next time. */ - interrupt_input_pending = 1; - break; - } - XNextEvent (dpyinfo->display, &event); #ifdef HAVE_X_I18N