summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/category.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/category.c b/src/category.c
index 996b2e9ee35..c74b483e7d9 100644
--- a/src/category.c
+++ b/src/category.c
@@ -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];