From: Richard M. Stallman Date: Sun, 25 Aug 1996 23:31:20 +0000 (+0000) Subject: (fast_find_position): Fix previous change. X-Git-Tag: emacs-20.1~4016 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e932d73def46fc2ef854a514070cf7132db545c9;p=emacs.git (fast_find_position): Fix previous change. --- diff --git a/src/xterm.c b/src/xterm.c index 5ead042b3bd..e98a2c5b0f5 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -2123,7 +2123,7 @@ fast_find_position (window, pos, columnp, rowp) if (maybe_next_line) { row++; - lastcol = 0; + lastcol = left; } *rowp = row + top;