diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 9247d5bc3e1..9a82953952f 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -16897,6 +16897,7 @@ redisplay_window (Lisp_Object window, bool just_this_one_p) | |||
| 16897 | /* We used to issue a CHECK_MARGINS argument to try_window here, | 16897 | /* We used to issue a CHECK_MARGINS argument to try_window here, |
| 16898 | but this causes scrolling to fail when point begins inside | 16898 | but this causes scrolling to fail when point begins inside |
| 16899 | the scroll margin (bug#148) -- cyd */ | 16899 | the scroll margin (bug#148) -- cyd */ |
| 16900 | clear_glyph_matrix (w->desired_matrix); | ||
| 16900 | if (!try_window (window, startp, 0)) | 16901 | if (!try_window (window, startp, 0)) |
| 16901 | { | 16902 | { |
| 16902 | w->force_start = true; | 16903 | w->force_start = true; |