aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-03-27 03:54:10 +0000
committerRichard M. Stallman1996-03-27 03:54:10 +0000
commit8c29f6bf9760b01ed227739c64bf84741ca3e062 (patch)
treebc5d83a63d937caa6dec2949ecf1d1ce17d98a73 /src
parent0b9da8a932807ec696ae54f8fc8ae1920bef19ce (diff)
downloademacs-8c29f6bf9760b01ed227739c64bf84741ca3e062.tar.gz
emacs-8c29f6bf9760b01ed227739c64bf84741ca3e062.zip
(XTread_socket, MapNotify case):
Call record_asynch_buffer_change only if >1 frames.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c3
1 files changed, 2 insertions, 1 deletions
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)
3625 count++; 3625 count++;
3626 numchars--; 3626 numchars--;
3627 } 3627 }
3628 else 3628 else if (! NILP(Vframe_list)
3629 && ! NILP (XCONS (Vframe_list)->cdr))
3629 /* Force a redisplay sooner or later 3630 /* Force a redisplay sooner or later
3630 to update the frame titles 3631 to update the frame titles
3631 in case this is the second frame. */ 3632 in case this is the second frame. */