Mercurial > emacs
changeset 90438:cac8d07077df
(Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 09 Jun 2006 02:14:15 +0000 |
parents | be2d12fa260a |
children | fb253905e9c3 |
files | src/font.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/font.h Thu Jun 08 22:55:55 2006 +0000 +++ b/src/font.h Fri Jun 09 02:14:15 2006 +0000 @@ -130,6 +130,9 @@ extern Lisp_Object QCotf, QClanguage, QCscript; +/* Important character set symbols. */ +extern Lisp_Object Qiso8859_1, Qiso10646_1, Qunicode_bmp; + extern Lisp_Object null_string; extern Lisp_Object null_vector;