1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-24 13:32:41 -08:00

(fast_find_position): Call row_containing_pos

with additional argument.
This commit is contained in:
Gerd Moellmann 2001-10-24 09:17:41 +00:00
parent ebceae6118
commit 85a4a9d80a

View file

@ -7516,7 +7516,7 @@ fast_find_position (w, charpos, hpos, vpos, x, y, stop)
int i, past_end = 0;
first = MATRIX_FIRST_TEXT_ROW (w->current_matrix);
row = row_containing_pos (w, charpos, first, NULL);
row = row_containing_pos (w, charpos, first, NULL, 0);
if (row == NULL)
{
if (charpos < MATRIX_ROW_START_CHARPOS (first))