From: Richard M. Stallman Date: Mon, 6 Jul 1998 22:29:52 +0000 (+0000) Subject: Whitespace change. X-Git-Tag: emacs-20.3~373 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f71599f4b4c0f081688f61f0ee4547edce82edd0;p=emacs.git Whitespace change. --- 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.") 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);