From d8e242fdac744fee364fb46e3e9024fe09187297 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 30 May 1994 10:57:20 +0000 Subject: [PATCH] (redisplay): If have window change at end, redisplay again. --- src/xdisp.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/xdisp.c b/src/xdisp.c index 18ae7e86dfc..6bc2507a47e 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -841,6 +841,11 @@ update: /* Change frame size now if a change is pending. */ do_pending_window_change (); + + /* If we just did a pending size change, redisplay again + for the new size. */ + if (windows_or_buffers_changed) + redisplay (); } /* Redisplay, but leave alone any recent echo area message -- 2.39.5