aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 352fa426ead..ce426fb0afd 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -3625,7 +3625,8 @@ XTread_socket (sd, bufp, numchars, waitp, expected)
3625 count++; 3625 count++;
3626 numchars--; 3626 numchars--;
3627 } 3627 }
3628 else 3628 else if (! NILP(Vframe_list)
3629 && ! NILP (XCONS (Vframe_list)->cdr))
3629 /* Force a redisplay sooner or later 3630 /* Force a redisplay sooner or later
3630 to update the frame titles 3631 to update the frame titles
3631 in case this is the second frame. */ 3632 in case this is the second frame. */