From: Gerd Moellmann Date: Thu, 9 Aug 2001 09:37:50 +0000 (+0000) Subject: (adjust_glyph_matrix): Undo last change. X-Git-Tag: emacs-pretest-21.0.105~242 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=26447967111f6753ec584918ad5c2c185798fd65;p=emacs.git (adjust_glyph_matrix): Undo last change. --- diff --git a/src/dispnew.c b/src/dispnew.c index c8700f3563e..5e16897b93f 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -801,9 +801,7 @@ adjust_glyph_matrix (w, matrix, x, y, dim) for (i = 0; i < matrix->nrows && matrix->rows[i].enabled_p; ++i) if (MATRIX_ROW_BOTTOM_Y (matrix->rows + i) >= window_height) { - if (MATRIX_ROW_BOTTOM_Y (matrix->rows + i) - == window_height) - ++i; + ++i; break; }