Mercurial > emacs
changeset 18541:1f40243c42d1
Move #endif at the tail.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 02 Jul 1997 12:54:10 +0000 |
parents | c9470cd6de93 |
children | 9503ed5384c5 |
files | src/fontset.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 */