From: Richard M. Stallman Date: Wed, 27 Mar 1996 03:54:10 +0000 (+0000) Subject: (XTread_socket, MapNotify case): X-Git-Tag: emacs-19.34~965 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8c29f6bf9760b01ed227739c64bf84741ca3e062;p=emacs.git (XTread_socket, MapNotify case): Call record_asynch_buffer_change only if >1 frames. --- 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) 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. */