Mercurial > emacs
changeset 90621:d8a2b76fe3d4
(Qunicode_sip): Extern it.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 17 Oct 2006 12:33:26 +0000 |
parents | b6af682a7e04 |
children | bb9362e3a03b |
files | src/font.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/font.h Tue Oct 17 11:45:46 2006 +0000 +++ b/src/font.h Tue Oct 17 12:33:26 2006 +0000 @@ -131,7 +131,7 @@ extern Lisp_Object QCspacing, QCdpi, QCscalable, QCotf, QClanguage, QCscript; /* Important character set symbols. */ -extern Lisp_Object Qiso8859_1, Qiso10646_1, Qunicode_bmp; +extern Lisp_Object Qiso8859_1, Qiso10646_1, Qunicode_bmp, Qunicode_sip; extern Lisp_Object null_string; extern Lisp_Object null_vector;