aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fns.c')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index ae347c52e6..286891add6 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -2003,7 +2003,7 @@ See also the documentation of make-char.")
not yet defined, we check only if the character set is in the
valid range or not, instead of it is already defined or not. */
if (! CHARSET_VALID_P (charset))
- invalid_character (c);
+ invalid_character (c);
if (charset == CHARSET_ASCII)
return (XCHAR_TABLE (char_table)->defalt = value);