aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKaroly Lorentey2004-02-25 03:16:45 +0000
committerKaroly Lorentey2004-02-25 03:16:45 +0000
commit174ab5e4da94159a401998d9006477638ce87a46 (patch)
tree43688620195fb62787bd1698acee01ad6ba13114 /src
parent555886a1f12c66bd9216c37fe5fb0d0e22f1a393 (diff)
downloademacs-174ab5e4da94159a401998d9006477638ce87a46.tar.gz
emacs-174ab5e4da94159a401998d9006477638ce87a46.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 35bf2c173d9..321e9fa3f2f 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -7209,13 +7209,6 @@ XTread_socket (display, bufp, numchars, expected)
7209 { 7209 {
7210 int finish; 7210 int finish;
7211 7211
7212 if (numchars <= 1)
7213 {
7214 /* The input buffer is full; read the rest next time. */
7215 interrupt_input_pending = 1;
7216 break;
7217 }
7218
7219 XNextEvent (dpyinfo->display, &event); 7212 XNextEvent (dpyinfo->display, &event);
7220 7213
7221#ifdef HAVE_X_I18N 7214#ifdef HAVE_X_I18N