Mercurial > emacs
diff src/fontset.h @ 18541:1f40243c42d1
Move #endif at the tail.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 02 Jul 1997 12:54:10 +0000 |
parents | 6e93b01c3883 |
children | 5834b16ab7fa |
line wrap: on
line diff
--- a/src/fontset.h Wed Jul 02 12:54:06 1997 +0000 +++ b/src/fontset.h Wed Jul 02 12:54:10 1997 +0000 @@ -212,7 +212,6 @@ extern Lisp_Object Vhighlight_wrong_size_font; extern Lisp_Object Vclip_large_size_font; -#endif /* _FONTSET_H */ extern int font_idx_temp; /* Load a font named FONTNAME for displaying CHARSET on frame F. @@ -231,3 +230,4 @@ ? font_table + font_idx_temp \ : fs_load_font (f, font_table, charset, fontname, fontset)) +#endif /* _FONTSET_H */