(XTread_socket, MapNotify case):

Call record_asynch_buffer_change only if >1 frames.
This commit is contained in:
Richard M. Stallman 1996-03-27 03:54:10 +00:00
parent 0b9da8a932
commit 8c29f6bf97

View file

@ -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. */