From 0d2242c007d49e44c37ef282404603c87a437d42 Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 10 Oct 1999 19:04:05 +0000 Subject: [PATCH] (Vdefault_coded_charset_priority_list_for_font): Deleted. (vars_of_mule_charset): Delete `default-coded-charset-priority-list-for-font'. (complex_vars_of_mule_charset): Add font registory of `ucs-bmp'. --- src/mule-charset.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/mule-charset.c b/src/mule-charset.c index 8a8d310..52c1291 100644 --- a/src/mule-charset.c +++ b/src/mule-charset.c @@ -1061,7 +1061,6 @@ charset_get_byte2 (Lisp_Object charset, Emchar ch) } Lisp_Object Vdefault_coded_charset_priority_list; -Lisp_Object Vdefault_coded_charset_priority_list_for_font; #endif @@ -2063,12 +2062,6 @@ Version number of UTF-2000. &Vdefault_coded_charset_priority_list /* Default order of preferred coded-character-set. */ ); - - Vdefault_coded_charset_priority_list_for_font = Qnil; - DEFVAR_LISP ("default-coded-charset-priority-list-for-font", - &Vdefault_coded_charset_priority_list_for_font /* -Default order of preferred coded-character-set for font. -*/ ); #endif } @@ -2090,7 +2083,7 @@ complex_vars_of_mule_charset (void) build_string ("BMP"), build_string ("BMP"), build_string ("BMP"), - build_string (""), + build_string ("\\(ISO10646.*-1\\|UNICODE[23]?\\)"), Qnil, 0, 0xFFFF, 0, 0); #else # define MIN_CHAR_THAI 0 -- 1.7.10.4