diff options
| -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 c0fdeca4847..b99990d1d45 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -9598,6 +9598,7 @@ move_it_to (struct it *it, ptrdiff_t to_charpos, int to_x, int to_y, int to_vpos | |||
| 9598 | it->current_x = line_start_x; | 9598 | it->current_x = line_start_x; |
| 9599 | line_start_x = 0; | 9599 | line_start_x = 0; |
| 9600 | it->hpos = 0; | 9600 | it->hpos = 0; |
| 9601 | it->line_number_produced_p = false; | ||
| 9601 | it->current_y += it->max_ascent + it->max_descent; | 9602 | it->current_y += it->max_ascent + it->max_descent; |
| 9602 | ++it->vpos; | 9603 | ++it->vpos; |
| 9603 | last_height = it->max_ascent + it->max_descent; | 9604 | last_height = it->max_ascent + it->max_descent; |