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:
parent
ebceae6118
commit
85a4a9d80a
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue