changed to non-Lisp function.
(syms_of_mule_charset): Abolish builtin function
`save-charset-properties'.
}
#ifdef HAVE_LIBCHISE
-DEFUN ("save-charset-properties", Fsave_charset_properties, 1, 1, 0, /*
-Save properties of CHARSET.
-*/
- (charset))
+Lisp_Object save_charset_properties (Lisp_Object charset);
+Lisp_Object
+save_charset_properties (Lisp_Object charset)
{
struct Lisp_Charset *cs;
CHISE_Property property;
DEFSUBR (Fset_charset_mapping_table);
#ifdef HAVE_CHISE
DEFSUBR (Fsave_charset_mapping_table);
-#ifdef HAVE_LIBCHISE
- DEFSUBR (Fsave_charset_properties);
-#endif /* HAVE_LIBCHISE */
DEFSUBR (Freset_charset_mapping_table);
#endif /* HAVE_CHISE */
DEFSUBR (Fdecode_char);