aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1998-07-06 22:29:52 +0000
committerRichard M. Stallman1998-07-06 22:29:52 +0000
commitf71599f4b4c0f081688f61f0ee4547edce82edd0 (patch)
tree9d902f8c687485ff61101bff974362cdf4823043 /src
parentd92921c3f1cdf71c18768e646896640b9bdd7ce9 (diff)
downloademacs-f71599f4b4c0f081688f61f0ee4547edce82edd0.tar.gz
emacs-f71599f4b4c0f081688f61f0ee4547edce82edd0.zip
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 ae347c52e6b..286891add6f 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -2003,7 +2003,7 @@ See also the documentation of make-char.")
2003 not yet defined, we check only if the character set is in the 2003 not yet defined, we check only if the character set is in the
2004 valid range or not, instead of it is already defined or not. */ 2004 valid range or not, instead of it is already defined or not. */
2005 if (! CHARSET_VALID_P (charset)) 2005 if (! CHARSET_VALID_P (charset))
2006 invalid_character (c); 2006 invalid_character (c);
2007 2007
2008 if (charset == CHARSET_ASCII) 2008 if (charset == CHARSET_ASCII)
2009 return (XCHAR_TABLE (char_table)->defalt = value); 2009 return (XCHAR_TABLE (char_table)->defalt = value);