diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-03-17 23:39:12 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-03-17 23:39:12 +0000 |
commit | fe8b8401e773c75b49a9611ffe03f3fbc744e8c8 (patch) | |
tree | ad16140e67fa4f79bfb2f93500d051c81e555d94 /src | |
parent | e1688f54df958f9827dc7274521979254a159ae1 (diff) | |
download | emacs-fe8b8401e773c75b49a9611ffe03f3fbc744e8c8.tar.gz |
(mirror_line_dance): Set W2 according to FRAME_FROM.
Diffstat (limited to 'src')
-rw-r--r-- | src/dispnew.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 63a8a3a313f..5ffd1a2ce58 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -3164,7 +3164,7 @@ mirror_line_dance (w, unchanged_at_top, nlines, copy_from, retained_p) struct glyph_matrix *m2; int m2_from; - w2 = frame_row_to_window (root, frame_to); + w2 = frame_row_to_window (root, frame_from); m2 = w2->current_matrix; m2_from = frame_from - m2->matrix_y; copy_row_except_pointers (m->rows + window_to, |