Mercurial > emacs
changeset 40245:9175d0c189f4
(fast_find_position): Call row_containing_pos
with additional argument.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 24 Oct 2001 09:12:13 +0000 |
parents | 164df80e94ba |
children | 96b06568acc2 |
files | src/w32term.c src/xterm.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32term.c Wed Oct 24 09:11:54 2001 +0000 +++ b/src/w32term.c Wed Oct 24 09:12:13 2001 +0000 @@ -7092,7 +7092,7 @@ 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))
--- a/src/xterm.c Wed Oct 24 09:11:54 2001 +0000 +++ b/src/xterm.c Wed Oct 24 09:12:13 2001 +0000 @@ -7479,7 +7479,7 @@ 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))