Mercurial > emacs
changeset 17330:35bd2f60d22a
(Vhighlight_wrong_size_font, Vclip_large_size_font): Extern them.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 07 Apr 1997 07:12:13 +0000 |
parents | 4d2c79262170 |
children | f91b4d582897 |
files | src/fontset.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fontset.h Mon Apr 07 07:12:13 1997 +0000 +++ b/src/fontset.h Mon Apr 07 07:12:13 1997 +0000 @@ -205,5 +205,7 @@ extern Lisp_Object Qfontset; extern Lisp_Object Vuse_default_ascent; extern Lisp_Object Valternative_fontname_alist; +extern Lisp_Object Vhighlight_wrong_size_font; +extern Lisp_Object Vclip_large_size_font; #endif /* _FONTSET_H */