(XTread_socket, MapNotify case):
Call record_asynch_buffer_change only if >1 frames.
This commit is contained in:
parent
0b9da8a932
commit
8c29f6bf97
1 changed files with 2 additions and 1 deletions
|
@ -3625,7 +3625,8 @@ XTread_socket (sd, bufp, numchars, waitp, expected)
|
|||
count++;
|
||||
numchars--;
|
||||
}
|
||||
else
|
||||
else if (! NILP(Vframe_list)
|
||||
&& ! NILP (XCONS (Vframe_list)->cdr))
|
||||
/* Force a redisplay sooner or later
|
||||
to update the frame titles
|
||||
in case this is the second frame. */
|
||||
|
|
Loading…
Add table
Reference in a new issue