diff options
| author | Richard M. Stallman | 1996-08-25 23:31:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-08-25 23:31:20 +0000 |
| commit | e932d73def46fc2ef854a514070cf7132db545c9 (patch) | |
| tree | cb2680633ca2b1a4d5df9f9f5c4838a9d7b8a02c /src | |
| parent | 5f17a95a2f8745fda7daba062fd093a0a5f28472 (diff) | |
| download | emacs-e932d73def46fc2ef854a514070cf7132db545c9.tar.gz emacs-e932d73def46fc2ef854a514070cf7132db545c9.zip | |
(fast_find_position): Fix previous change.
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 5ead042b3bd..e98a2c5b0f5 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 | lastcol = 0; | 2126 | lastcol = left; |
| 2127 | } | 2127 | } |
| 2128 | 2128 | ||
| 2129 | *rowp = row + top; | 2129 | *rowp = row + top; |