changeset 29001:5cd01794225d

(Fmodify_category_entry): Use SPLIT_CHAR, not SPLIT_NON_ASCII_CHAR.
author Kenichi Handa <handa@m17n.org>
date Fri, 19 May 2000 23:51:29 +0000
parents f5c7d80ed4de
children 8dfd5b675823
files src/category.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/category.c	Fri May 19 23:51:10 2000 +0000
+++ b/src/category.c	Fri May 19 23:51:29 2000 +0000
@@ -394,7 +394,7 @@
       return Qnil;
     }
 
-  SPLIT_NON_ASCII_CHAR (c, charset, c1, c2);
+  SPLIT_CHAR (c, charset, c1, c2);
 
   /* The top level table.  */
   val = XCHAR_TABLE (table)->contents[charset + 128];