diff options
| author | Joakim Verona | 2012-12-04 16:20:21 +0100 |
|---|---|---|
| committer | Joakim Verona | 2012-12-04 16:20:21 +0100 |
| commit | 08e882e0261fafbe552e489bfbdee34eebaddeae (patch) | |
| tree | f85bac22b106c1b1621e220a52aa47c9549f3950 /src/nsterm.m | |
| parent | b2783e8897b03389952eb0a4375e7fbea38de551 (diff) | |
| parent | 350f51adaca06e0b52800faf88ec5341c723bef7 (diff) | |
| download | emacs-08e882e0261fafbe552e489bfbdee34eebaddeae.tar.gz emacs-08e882e0261fafbe552e489bfbdee34eebaddeae.zip | |
auto upstream
Diffstat (limited to 'src/nsterm.m')
| -rw-r--r-- | src/nsterm.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nsterm.m b/src/nsterm.m index 25eb7ebc495..55a106b7e03 100644 --- a/src/nsterm.m +++ b/src/nsterm.m | |||
| @@ -6954,7 +6954,6 @@ x_new_font (struct frame *f, Lisp_Object font_object, int fontset) | |||
| 6954 | 6954 | ||
| 6955 | FRAME_BASELINE_OFFSET (f) = font->baseline_offset; | 6955 | FRAME_BASELINE_OFFSET (f) = font->baseline_offset; |
| 6956 | FRAME_COLUMN_WIDTH (f) = font->average_width; | 6956 | FRAME_COLUMN_WIDTH (f) = font->average_width; |
| 6957 | FRAME_SPACE_WIDTH (f) = font->space_width; | ||
| 6958 | FRAME_LINE_HEIGHT (f) = font->height; | 6957 | FRAME_LINE_HEIGHT (f) = font->height; |
| 6959 | 6958 | ||
| 6960 | compute_fringe_widths (f, 1); | 6959 | compute_fringe_widths (f, 1); |