summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-03-27 03:54:10 +0000
committerRichard M. Stallman <rms@gnu.org>1996-03-27 03:54:10 +0000
commit1d88c36b1fc22d24a3450538e7ee4717269c2dc8 (patch)
tree4163452c9755f0da48d035fa0a5f03888ad5948a
parenta7cbe94146d2c7850b3e0ce6bffc99e94d6e2718 (diff)
downloademacs-1d88c36b1fc22d24a3450538e7ee4717269c2dc8.tar.gz
(XTread_socket, MapNotify case):
Call record_asynch_buffer_change only if >1 frames.
-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)
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. */