]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fset_char_table_default): To handle the case that CH is
authorKenichi Handa <handa@m17n.org>
Wed, 3 Feb 1999 02:20:53 +0000 (02:20 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 3 Feb 1999 02:20:53 +0000 (02:20 +0000)
an ASCII char, use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR.

src/fns.c

index ffe2b156712f86c55cb523a396877d2d35bb2251..d5f26464709498995c1605779bad975ec2d7483d 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -2032,7 +2032,7 @@ See also the documentation of make-char.")
   CHECK_NUMBER (ch, 1);
 
   c = XINT (ch);
-  SPLIT_NON_ASCII_CHAR (c, charset, code1, code2);
+  SPLIT_CHAR (c, charset, code1, code2);
 
   /* Since we may want to set the default value for a character set
      not yet defined, we check only if the character set is in the