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 14b5d757b02..c955ebc0cf8 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -19270,7 +19270,7 @@ fast_find_position (w, charpos, hpos, vpos, x, y, stop) | |||
| 19270 | { | 19270 | { |
| 19271 | struct glyph_row *row, *first; | 19271 | struct glyph_row *row, *first; |
| 19272 | struct glyph *glyph, *end; | 19272 | struct glyph *glyph, *end; |
| 19273 | int i, past_end = 0; | 19273 | int past_end = 0; |
| 19274 | 19274 | ||
| 19275 | first = MATRIX_FIRST_TEXT_ROW (w->current_matrix); | 19275 | first = MATRIX_FIRST_TEXT_ROW (w->current_matrix); |
| 19276 | row = row_containing_pos (w, charpos, first, NULL, 0); | 19276 | row = row_containing_pos (w, charpos, first, NULL, 0); |