aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorRichard M. Stallman1996-08-25 23:31:20 +0000
committerRichard M. Stallman1996-08-25 23:31:20 +0000
commite932d73def46fc2ef854a514070cf7132db545c9 (patch)
treecb2680633ca2b1a4d5df9f9f5c4838a9d7b8a02c /src/xterm.c
parent5f17a95a2f8745fda7daba062fd093a0a5f28472 (diff)
downloademacs-e932d73def46fc2ef854a514070cf7132db545c9.tar.gz
emacs-e932d73def46fc2ef854a514070cf7132db545c9.zip
(fast_find_position): Fix previous change.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c2
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;