]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/dispnew.c (adjust_glyph_matrix): Restore lost comment.
authorEli Zaretskii <eliz@gnu.org>
Mon, 17 Mar 2025 12:19:34 +0000 (14:19 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 20 Mar 2025 10:48:35 +0000 (12:48 +0200)
(cherry picked from commit 4cfeb3697c242b5d669a102bd43fa51f776f987e)

src/dispnew.c

index 506373c3bf37c7df1bb8da8e2e23744b94c6fd5e..d212e3e53c9093e7095adf3a187620b49facad86 100644 (file)
@@ -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