diff options
-rw-r--r-- | src/dispnew.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 06d1ae3e6c6..d473a77e3ad 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -4002,6 +4002,9 @@ combine_updates_for_frame (struct frame *f, bool force_p, bool inhibit_scrolling bool combine_updates (Lisp_Object roots, bool force_p, bool inhibit_scrolling) { + if (redisplay_dont_pause) + force_p = true; + for (; CONSP (roots); roots = XCDR (roots)) { struct frame *root = XFRAME (XCAR (roots)); |