]> git.eshelyaron.com Git - emacs.git/commitdiff
Move #endif at the tail.
authorKenichi Handa <handa@m17n.org>
Wed, 2 Jul 1997 12:54:10 +0000 (12:54 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 2 Jul 1997 12:54:10 +0000 (12:54 +0000)
src/fontset.h

index 00aedb77c66d21cb1dc0f80b25957b9d554d3f53..2df41aa0b721852c0933e5e7d880ce43985e18b5 100644 (file)
@@ -212,7 +212,6 @@ extern Lisp_Object Valternative_fontname_alist;
 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 @@ extern int font_idx_temp;
    ? font_table + font_idx_temp                                                  \
    : fs_load_font (f, font_table, charset, fontname, fontset))
 
+#endif /* _FONTSET_H */