From: Eli Zaretskii <eliz@gnu.org>
Date: Mon, 17 Mar 2025 12:19:34 +0000 (+0200)
Subject: ; * src/dispnew.c (adjust_glyph_matrix): Restore lost comment.
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=11ccd6505eb4ff4fd68dd4a087844cfe77efd59c;p=emacs.git

; * src/dispnew.c (adjust_glyph_matrix): Restore lost comment.

(cherry picked from commit 4cfeb3697c242b5d669a102bd43fa51f776f987e)
---

diff --git a/src/dispnew.c b/src/dispnew.c
index 506373c3bf3..d212e3e53c9 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -512,6 +512,8 @@ adjust_glyph_matrix (struct window *w, struct glyph_matrix *matrix, int x, int y
 		      dim.width * sizeof (struct glyph));
 
 	      if ((row == matrix->rows + dim.height - 1
+		   /* The mode line, if displayed, never has marginal
+                      areas.  */
 		   && !(w && window_wants_mode_line (w)))
 		  || (row == matrix->rows && matrix->tab_line_p)
 		  || (row == matrix->rows