(Qascii_0): Extern it.

This commit is contained in:
Kenichi Handa 2008-06-09 07:20:07 +00:00
parent 9e1bb909ea
commit 366664ad7d
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2008-06-09 Kenichi Handa <handa@m17n.org>
* font.h (Qascii_0): Extern it.
* font.c (Qascii_0): New variable.
(syms_of_font): DEFSYM it.
(font_open_by_name): If the registry "iso8859-1" fails, try also

View file

@ -238,6 +238,7 @@ extern Lisp_Object QCspacing, QCdpi, QCscalable, QCotf, QClang, QCscript;
extern Lisp_Object QCavgwidth, QCfont_entity, QCfc_unknown_spec;
/* Important character set symbols. */
extern Lisp_Object Qascii_0;
extern Lisp_Object Qiso8859_1, Qiso10646_1, Qunicode_bmp, Qunicode_sip;
/* Structure for a font-spec. */