Mercurial > emacs
changeset 90622:bb9362e3a03b
(Qunicode_sip): New variable.
(syms_of_font): Declare it as a Lisp symbol.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 17 Oct 2006 12:33:54 +0000 |
parents | d8a2b76fe3d4 |
children | 4978b2cb6a9e |
files | src/font.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/font.c Tue Oct 17 12:33:26 2006 +0000 +++ b/src/font.c Tue Oct 17 12:33:54 2006 +0000 @@ -53,7 +53,7 @@ Lisp_Object Qfontp; /* Important character set symbols. */ -Lisp_Object Qiso8859_1, Qiso10646_1, Qunicode_bmp; +Lisp_Object Qiso8859_1, Qiso10646_1, Qunicode_bmp, Qunicode_sip; /* Like CHECK_FONT_SPEC but also validate properties of the font-spec, and set X to the validated result. */ @@ -3747,6 +3747,7 @@ DEFSYM (Qiso8859_1, "iso8859-1"); DEFSYM (Qiso10646_1, "iso10646-1"); DEFSYM (Qunicode_bmp, "unicode-bmp"); + DEFSYM (Qunicode_sip, "unicode-sip"); DEFSYM (QCotf, ":otf"); DEFSYM (QClanguage, ":language");