From cf96c5c25f0ba2a335c6c2c41add9067c292ef83 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 17 Oct 2006 12:33:54 +0000 Subject: [PATCH] (Qunicode_sip): New variable. (syms_of_font): Declare it as a Lisp symbol. --- src/font.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/font.c b/src/font.c index 63b762e27ea..1a626bb1bfb 100644 --- a/src/font.c +++ b/src/font.c @@ -53,7 +53,7 @@ int enable_font_backend; 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 @@ syms_of_font () 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"); -- 2.39.5