diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 07aad31abf1..61b0b9df5e1 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -16609,7 +16609,7 @@ find_last_unchanged_at_beg_row (struct window *w) | |||
| 16609 | bidi-reordered and was killed immediately before this | 16609 | bidi-reordered and was killed immediately before this |
| 16610 | redisplay cycle. In that case, ROW->end stores the | 16610 | redisplay cycle. In that case, ROW->end stores the |
| 16611 | buffer position of the first visual-order character of | 16611 | buffer position of the first visual-order character of |
| 16612 | the next row, which is now beyond ZV. */ | 16612 | the killed text, which is now beyond ZV. */ |
| 16613 | && CHARPOS (row->end.pos) <= ZV) | 16613 | && CHARPOS (row->end.pos) <= ZV) |
| 16614 | row_found = row; | 16614 | row_found = row; |
| 16615 | 16615 | ||