aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-05-30 10:57:20 +0000
committerRichard M. Stallman1994-05-30 10:57:20 +0000
commitd8e242fdac744fee364fb46e3e9024fe09187297 (patch)
tree722ed864534bf7de00abc45663ed005ef11dfcbb /src
parented9d4b0a393cc3966920db74a72836ddca17a4b7 (diff)
downloademacs-d8e242fdac744fee364fb46e3e9024fe09187297.tar.gz
emacs-d8e242fdac744fee364fb46e3e9024fe09187297.zip
(redisplay): If have window change at end, redisplay again.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c5
1 files changed, 5 insertions, 0 deletions
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:
841 841
842 /* Change frame size now if a change is pending. */ 842 /* Change frame size now if a change is pending. */
843 do_pending_window_change (); 843 do_pending_window_change ();
844
845 /* If we just did a pending size change, redisplay again
846 for the new size. */
847 if (windows_or_buffers_changed)
848 redisplay ();
844} 849}
845 850
846/* Redisplay, but leave alone any recent echo area message 851/* Redisplay, but leave alone any recent echo area message