diff options
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 7371216d387..9b761746252 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -19229,7 +19229,7 @@ append_space_for_newline (struct it *it, bool default_face_p) | |||
| 19229 | funny, and height of empty lines will be incorrect. */ | 19229 | funny, and height of empty lines will be incorrect. */ |
| 19230 | g = it->glyph_row->glyphs[TEXT_AREA] + n; | 19230 | g = it->glyph_row->glyphs[TEXT_AREA] + n; |
| 19231 | struct font *font = face->font ? face->font : FRAME_FONT (it->f); | 19231 | struct font *font = face->font ? face->font : FRAME_FONT (it->f); |
| 19232 | if (n == 0 || it->glyph_row->height < font->pixel_size) | 19232 | if (n == 0) |
| 19233 | { | 19233 | { |
| 19234 | Lisp_Object height, total_height; | 19234 | Lisp_Object height, total_height; |
| 19235 | int extra_line_spacing = it->extra_line_spacing; | 19235 | int extra_line_spacing = it->extra_line_spacing; |