projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
715f757
)
Move #endif at the tail.
author
Kenichi Handa
<handa@m17n.org>
Wed, 2 Jul 1997 12:54:10 +0000
(12:54 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Wed, 2 Jul 1997 12:54:10 +0000
(12:54 +0000)
src/fontset.h
patch
|
blob
|
history
diff --git
a/src/fontset.h
b/src/fontset.h
index 00aedb77c66d21cb1dc0f80b25957b9d554d3f53..2df41aa0b721852c0933e5e7d880ce43985e18b5 100644
(file)
--- a/
src/fontset.h
+++ b/
src/fontset.h
@@
-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 */