]> git.eshelyaron.com Git - emacs.git/commitdiff
(fast_find_position): Minor fix in handling maybe_next_line.
authorRichard M. Stallman <rms@gnu.org>
Sun, 25 Aug 1996 17:48:32 +0000 (17:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 25 Aug 1996 17:48:32 +0000 (17:48 +0000)
src/xterm.c

index 78c427bf904b4d2a0e8dfaa50a76ca4860c7fcbf..5ead042b3bdf8fb3a4fc5a129c28b32d2ecf384e 100644 (file)
@@ -2123,7 +2123,7 @@ fast_find_position (window, pos, columnp, rowp)
   if (maybe_next_line)
     {
       row++;
-      i = 0;
+      lastcol = 0;
     }
 
   *rowp = row + top;