diff options
| author | Eli Zaretskii | 2025-03-17 14:19:34 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2025-03-17 14:19:34 +0200 |
| commit | 4cfeb3697c242b5d669a102bd43fa51f776f987e (patch) | |
| tree | f71a805a3b93acf6df0129312acddcd4e43b732d | |
| parent | 4008e664a8dc6d92dda0ba0a5b0c717ab3f72e5c (diff) | |
| download | emacs-4cfeb3697c242b5d669a102bd43fa51f776f987e.tar.gz emacs-4cfeb3697c242b5d669a102bd43fa51f776f987e.zip | |
; * src/dispnew.c (adjust_glyph_matrix): Restore lost comment.
| -rw-r--r-- | src/dispnew.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 1a40939f14e..595f27e255a 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 | |||
| 512 | dim.width * sizeof (struct glyph)); | 512 | dim.width * sizeof (struct glyph)); |
| 513 | 513 | ||
| 514 | if ((row == matrix->rows + dim.height - 1 | 514 | if ((row == matrix->rows + dim.height - 1 |
| 515 | /* The mode line, if displayed, never has marginal | ||
| 516 | areas. */ | ||
| 515 | && !(w && window_wants_mode_line (w))) | 517 | && !(w && window_wants_mode_line (w))) |
| 516 | || (row == matrix->rows && matrix->tab_line_p) | 518 | || (row == matrix->rows && matrix->tab_line_p) |
| 517 | || (row == matrix->rows | 519 | || (row == matrix->rows |