diff options
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 68d2dd7c70d..9ca220d3fbb 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -7916,7 +7916,6 @@ x_new_font (struct frame *f, Lisp_Object font_object, int fontset) | |||
| 7916 | FRAME_FONT (f) = font; | 7916 | FRAME_FONT (f) = font; |
| 7917 | FRAME_BASELINE_OFFSET (f) = font->baseline_offset; | 7917 | FRAME_BASELINE_OFFSET (f) = font->baseline_offset; |
| 7918 | FRAME_COLUMN_WIDTH (f) = font->average_width; | 7918 | FRAME_COLUMN_WIDTH (f) = font->average_width; |
| 7919 | FRAME_SPACE_WIDTH (f) = font->space_width; | ||
| 7920 | FRAME_LINE_HEIGHT (f) = FONT_HEIGHT (font); | 7919 | FRAME_LINE_HEIGHT (f) = FONT_HEIGHT (font); |
| 7921 | 7920 | ||
| 7922 | compute_fringe_widths (f, 1); | 7921 | compute_fringe_widths (f, 1); |