diff options
| -rw-r--r-- | src/fontset.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fontset.c b/src/fontset.c index c61bcae88af..f8c867a6e26 100644 --- a/src/fontset.c +++ b/src/fontset.c | |||
| @@ -1678,7 +1678,12 @@ If the named font is not yet loaded, return nil. */) | |||
| 1678 | XVECTOR (info)->contents[5] = make_number (font->relative_compose); | 1678 | XVECTOR (info)->contents[5] = make_number (font->relative_compose); |
| 1679 | XVECTOR (info)->contents[6] = make_number (font->default_ascent); | 1679 | XVECTOR (info)->contents[6] = make_number (font->default_ascent); |
| 1680 | 1680 | ||
| 1681 | #if 0 | ||
| 1682 | /* As font_object is still in FONT_OBJLIST of the entity, we can't | ||
| 1683 | close it now. Perhaps, we should manage font-objects | ||
| 1684 | by `reference-count'. */ | ||
| 1681 | font_close_object (f, font_object); | 1685 | font_close_object (f, font_object); |
| 1686 | #endif | ||
| 1682 | return info; | 1687 | return info; |
| 1683 | } | 1688 | } |
| 1684 | 1689 | ||