X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fmule.c;h=9f4cdefd98749fdfb2d9d32570926255e4cc9e86;hb=63a686a3d18465a8c96b8cc4a273c295f8a5a379;hp=9dd168f2fbc36752bcafca70694114b26679a87e;hpb=ac5abb15a43e3cfaa4b9fa3d7e84658ead226a0d;p=chise%2Fxemacs-chise.git.1 diff --git a/src/mule.c b/src/mule.c index 9dd168f..9f4cdef 100644 --- a/src/mule.c +++ b/src/mule.c @@ -1,5 +1,4 @@ /* Copyright (C) 1995 Free Software Foundation. - Copyright (C) 1999,2000,2001,2002,2003,2005 MORIOKA Tomohiko This file is part of XEmacs. @@ -94,10 +93,6 @@ accept a pattern compiled by 'regexp-compile' with word-option t. #endif /* MULE_REGEXP */ -#ifdef UTF2000 -Lisp_Object Vxemacs_chise_version; -#endif - void syms_of_mule (void) @@ -119,22 +114,6 @@ vars_of_mule (void) Fprovide (intern ("mule")); -#ifdef UTF2000 - Fprovide (intern ("utf-2000")); - - Vxemacs_chise_version = build_string("0.22 (Kizu)"); - DEFVAR_LISP ("xemacs-chise-version", &Vxemacs_chise_version /* -Version number of XEmacs CHISE. -*/ ); - DEFVAR_LISP ("utf-2000-version", &Vxemacs_chise_version /* -Version number of XEmacs CHISE. -*/ ); -#endif - -#ifdef HAVE_CHISE - Fprovide (intern ("chise")); -#endif - #ifdef HAVE_EGG Fprovide (intern ("egg")); #endif