diff options
| author | Kenichi Handa | 1997-04-07 07:12:13 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-04-07 07:12:13 +0000 |
| commit | e497c1f38c8d7ff1c6c2d00d95c2d0b8eae3d178 (patch) | |
| tree | 60726d9c5142274295ffb7654bdd8eb1f05ddc39 /src | |
| parent | 3604fd001cf1c295de578d540451a445494a5f32 (diff) | |
| download | emacs-e497c1f38c8d7ff1c6c2d00d95c2d0b8eae3d178.tar.gz emacs-e497c1f38c8d7ff1c6c2d00d95c2d0b8eae3d178.zip | |
(Vhighlight_wrong_size_font, Vclip_large_size_font): Extern them.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fontset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fontset.h b/src/fontset.h index a00688ac3e9..b68938e3a7d 100644 --- a/src/fontset.h +++ b/src/fontset.h | |||
| @@ -205,5 +205,7 @@ extern Lisp_Object Vglobal_fontset_alist; | |||
| 205 | extern Lisp_Object Qfontset; | 205 | extern Lisp_Object Qfontset; |
| 206 | extern Lisp_Object Vuse_default_ascent; | 206 | extern Lisp_Object Vuse_default_ascent; |
| 207 | extern Lisp_Object Valternative_fontname_alist; | 207 | extern Lisp_Object Valternative_fontname_alist; |
| 208 | extern Lisp_Object Vhighlight_wrong_size_font; | ||
| 209 | extern Lisp_Object Vclip_large_size_font; | ||
| 208 | 210 | ||
| 209 | #endif /* _FONTSET_H */ | 211 | #endif /* _FONTSET_H */ |