diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fontset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontset.h b/src/fontset.h index 00aedb77c66..2df41aa0b72 100644 --- a/src/fontset.h +++ b/src/fontset.h | |||
| @@ -212,7 +212,6 @@ extern Lisp_Object Valternative_fontname_alist; | |||
| 212 | extern Lisp_Object Vhighlight_wrong_size_font; | 212 | extern Lisp_Object Vhighlight_wrong_size_font; |
| 213 | extern Lisp_Object Vclip_large_size_font; | 213 | extern Lisp_Object Vclip_large_size_font; |
| 214 | 214 | ||
| 215 | #endif /* _FONTSET_H */ | ||
| 216 | extern int font_idx_temp; | 215 | extern int font_idx_temp; |
| 217 | 216 | ||
| 218 | /* Load a font named FONTNAME for displaying CHARSET on frame F. | 217 | /* Load a font named FONTNAME for displaying CHARSET on frame F. |
| @@ -231,3 +230,4 @@ extern int font_idx_temp; | |||
| 231 | ? font_table + font_idx_temp \ | 230 | ? font_table + font_idx_temp \ |
| 232 | : fs_load_font (f, font_table, charset, fontname, fontset)) | 231 | : fs_load_font (f, font_table, charset, fontname, fontset)) |
| 233 | 232 | ||
| 233 | #endif /* _FONTSET_H */ | ||