]> git.eshelyaron.com Git - emacs.git/commitdiff
(fast_find_position): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 25 Aug 1996 23:31:20 +0000 (23:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 25 Aug 1996 23:31:20 +0000 (23:31 +0000)
src/xterm.c

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