Mercurial > emacs
diff src/xterm.c @ 14895:634fc7befbdf
(XTread_socket, MapNotify case):
Call record_asynch_buffer_change only if >1 frames.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 27 Mar 1996 03:54:10 +0000 |
| parents | 34db919835d3 |
| children | 3d81a1c0beaa |
line wrap: on
line diff
--- a/src/xterm.c Wed Mar 27 02:49:44 1996 +0000 +++ b/src/xterm.c Wed Mar 27 03:54:10 1996 +0000 @@ -3625,7 +3625,8 @@ 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. */
