diff options
Diffstat (limited to 'src/fns.c')
-rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c index ffe2b156712..d5f26464709 100644 --- 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 |