Mercurial > emacs
diff src/font.h @ 95701:a3dac6d5d38f
(Qascii_0): Extern it.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Mon, 09 Jun 2008 07:19:52 +0000 |
| parents | 4d81ef9a5f1d |
| children | 721d9f530e61 |
line wrap: on
line diff
--- a/src/font.h Mon Jun 09 07:19:19 2008 +0000 +++ b/src/font.h Mon Jun 09 07:19:52 2008 +0000 @@ -238,6 +238,7 @@ 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. */
