aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-08-25 17:48:32 +0000
committerRichard M. Stallman1996-08-25 17:48:32 +0000
commitf61f515836cc5743fc9458b08688b6f7224a4e51 (patch)
tree20392c10e95d8cd9fb53a85519688338387191cd /src
parent0e82a18162e1ff7fbce1815a3a6b0231a333e7cb (diff)
downloademacs-f61f515836cc5743fc9458b08688b6f7224a4e51.tar.gz
emacs-f61f515836cc5743fc9458b08688b6f7224a4e51.zip
(fast_find_position): Minor fix in handling maybe_next_line.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 78c427bf904..5ead042b3bd 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -2123,7 +2123,7 @@ fast_find_position (window, pos, columnp, rowp)
2123 if (maybe_next_line) 2123 if (maybe_next_line)
2124 { 2124 {
2125 row++; 2125 row++;
2126 i = 0; 2126 lastcol = 0;
2127 } 2127 }
2128 2128
2129 *rowp = row + top; 2129 *rowp = row + top;