aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c2
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.")
2032 CHECK_NUMBER (ch, 1); 2032 CHECK_NUMBER (ch, 1);
2033 2033
2034 c = XINT (ch); 2034 c = XINT (ch);
2035 SPLIT_NON_ASCII_CHAR (c, charset, code1, code2); 2035 SPLIT_CHAR (c, charset, code1, code2);
2036 2036
2037 /* Since we may want to set the default value for a character set 2037 /* Since we may want to set the default value for a character set
2038 not yet defined, we check only if the character set is in the 2038 not yet defined, we check only if the character set is in the