Mercurial > emacs
changeset 95701:a3dac6d5d38f
(Qascii_0): Extern it.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 09 Jun 2008 07:19:52 +0000 |
parents | 565290f643f1 |
children | c4e564b85d66 |
files | src/font.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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. */