]> git.eshelyaron.com Git - emacs.git/commitdiff
(fast_find_position): Call row_containing_pos
authorGerd Moellmann <gerd@gnu.org>
Wed, 24 Oct 2001 09:17:41 +0000 (09:17 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 24 Oct 2001 09:17:41 +0000 (09:17 +0000)
with additional argument.

src/xterm.c

index 616d51b07fa008aefcc6e6be0264854d809edca1..7463997f8deb88358b331fc6199857063ee2488c 100644 (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))