diff options
| author | Richard M. Stallman | 1996-08-25 17:48:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-08-25 17:48:32 +0000 |
| commit | f61f515836cc5743fc9458b08688b6f7224a4e51 (patch) | |
| tree | 20392c10e95d8cd9fb53a85519688338387191cd /src | |
| parent | 0e82a18162e1ff7fbce1815a3a6b0231a333e7cb (diff) | |
| download | emacs-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.c | 2 |
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; |