diff options
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 82639b6d8ce..7b5b8e4df7a 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -1615,7 +1615,7 @@ overriding motion of point in order to display at this exact start. */) | |||
| 1615 | if (NILP (noforce)) | 1615 | if (NILP (noforce)) |
| 1616 | w->force_start = 1; | 1616 | w->force_start = 1; |
| 1617 | w->update_mode_line = 1; | 1617 | w->update_mode_line = 1; |
| 1618 | if (!EQ (window, selected_window)) | 1618 | if (w != XWINDOW (selected_window)) |
| 1619 | /* Enforce full redisplay. FIXME: make it more selective. */ | 1619 | /* Enforce full redisplay. FIXME: make it more selective. */ |
| 1620 | windows_or_buffers_changed++; | 1620 | windows_or_buffers_changed++; |
| 1621 | 1621 | ||