From fe8b8401e773c75b49a9611ffe03f3fbc744e8c8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 17 Mar 2005 23:39:12 +0000 Subject: [PATCH] (mirror_line_dance): Set W2 according to FRAME_FROM. --- src/dispnew.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.2