aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1998-07-06 22:29:52 +0000
committerRichard M. Stallman <[email protected]>1998-07-06 22:29:52 +0000
commitf71599f4b4c0f081688f61f0ee4547edce82edd0 (patch)
tree9d902f8c687485ff61101bff974362cdf4823043 /src
parentd92921c3f1cdf71c18768e646896640b9bdd7ce9 (diff)
Whitespace change.
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 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);