]> code.delx.au - gnu-emacs/blobdiff - src/category.c
*** empty log message ***
[gnu-emacs] / src / category.c
index 996b2e9ee3597bdd8fe034878c630efca0e46013..c74b483e7d91f9cafb0513d09cca12c68658ec80 100644 (file)
@@ -394,7 +394,7 @@ If optional fourth argument RESET is non-nil,\n\
       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];