From 798c2ae3170adc2992f77dff16c7072b98b3fcdc Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 15 Mar 2002 10:18:38 +0000 Subject: [PATCH] (Vutf_2000_version): Moved to mule.c. (vars_of_chartab): Move code about `utf-2000-version' into mule.c. --- src/chartab.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/chartab.c b/src/chartab.c index 1e97ca2..66ff5bc 100644 --- a/src/chartab.c +++ b/src/chartab.c @@ -42,11 +42,8 @@ Boston, MA 02111-1307, USA. */ #include "buffer.h" #include "chartab.h" #include "syntax.h" - #ifdef UTF2000 #include "elhash.h" - -Lisp_Object Vutf_2000_version; #endif /* UTF2000 */ Lisp_Object Qchar_tablep, Qchar_table; @@ -4097,11 +4094,6 @@ void vars_of_chartab (void) { #ifdef UTF2000 - Vutf_2000_version = build_string("0.18 (Yamato-Koizumi)"); - DEFVAR_LISP ("utf-2000-version", &Vutf_2000_version /* -Version number of XEmacs UTF-2000. -*/ ); - staticpro (&Vcharacter_composition_table); Vcharacter_composition_table = make_char_id_table (Qnil); -- 1.7.10.4