Mercurial > emacs
changeset 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 | 3f2d133c05a8 |
children | 3d81a1c0beaa |
files | src/xterm.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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. */