From: Richard M. Stallman Date: Thu, 17 Mar 2005 23:39:12 +0000 (+0000) Subject: (mirror_line_dance): Set W2 according to FRAME_FROM. X-Git-Tag: ttn-vms-21-2-B4~1738 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fe8b8401e773c75b49a9611ffe03f3fbc744e8c8;p=emacs.git (mirror_line_dance): Set W2 according to FRAME_FROM. --- 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,