From: Gerd Moellmann Date: Wed, 24 Oct 2001 09:17:41 +0000 (+0000) Subject: (fast_find_position): Call row_containing_pos X-Git-Tag: emacs-21.2~478 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=85a4a9d80af10ded4ebcd066349e6f21a5a3c226;p=emacs.git (fast_find_position): Call row_containing_pos with additional argument. --- diff --git a/src/xterm.c b/src/xterm.c index 616d51b07fa..7463997f8de 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -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))