diff options
| author | Richard M. Stallman | 1998-07-06 22:29:52 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-07-06 22:29:52 +0000 |
| commit | f71599f4b4c0f081688f61f0ee4547edce82edd0 (patch) | |
| tree | 9d902f8c687485ff61101bff974362cdf4823043 /src | |
| parent | d92921c3f1cdf71c18768e646896640b9bdd7ce9 (diff) | |
| download | emacs-f71599f4b4c0f081688f61f0ee4547edce82edd0.tar.gz emacs-f71599f4b4c0f081688f61f0ee4547edce82edd0.zip | |
Whitespace change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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); |