aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 3a4f3f001ab..83483039b54 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -12730,10 +12730,9 @@ redisplay_window (window, just_this_one_p)
12730 12730
12731#ifdef HAVE_WINDOW_SYSTEM 12731#ifdef HAVE_WINDOW_SYSTEM
12732 if (FRAME_WINDOW_P (f) 12732 if (FRAME_WINDOW_P (f)
12733 && update_window_fringes (w, 0) 12733 && update_window_fringes (w, (just_this_one_p
12734 && !just_this_one_p 12734 || (!used_current_matrix_p && !overlay_arrow_seen)
12735 && (used_current_matrix_p || overlay_arrow_seen) 12735 || w->pseudo_window_p)))
12736 && !w->pseudo_window_p)
12737 { 12736 {
12738 update_begin (f); 12737 update_begin (f);
12739 BLOCK_INPUT; 12738 BLOCK_INPUT;