aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 47a7b58ba9b..be009d37810 100644
--- a/src/window.c
+++ b/src/window.c
@@ -1612,7 +1612,7 @@ overriding motion of point in order to display at this exact start. */)
1612 if (NILP (noforce)) 1612 if (NILP (noforce))
1613 w->force_start = 1; 1613 w->force_start = 1;
1614 w->update_mode_line = 1; 1614 w->update_mode_line = 1;
1615 if (!EQ (window, selected_window)) 1615 if (w != XWINDOW (selected_window))
1616 /* Enforce full redisplay. FIXME: make it more selective. */ 1616 /* Enforce full redisplay. FIXME: make it more selective. */
1617 windows_or_buffers_changed++; 1617 windows_or_buffers_changed++;
1618 1618