From: Richard M. Stallman Date: Mon, 30 May 1994 10:57:20 +0000 (+0000) Subject: (redisplay): If have window change at end, redisplay again. X-Git-Tag: emacs-19.34~8101 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d8e242fdac744fee364fb46e3e9024fe09187297;p=emacs.git (redisplay): If have window change at end, redisplay again. --- 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