# HG changeset patch # User Juanma Barranquero # Date 1031302931 0 # Node ID ff3c709c7ef1ade5a6de43356689a9381f00d40d # Parent 12fe61d27bf2fed7bf64be14f069772a5e034286 (syms_of_coding): Fix spacing. diff -r 12fe61d27bf2 -r ff3c709c7ef1 src/coding.c --- a/src/coding.c Fri Sep 06 07:22:02 2002 +0000 +++ b/src/coding.c Fri Sep 06 09:02:11 2002 +0000 @@ -7539,7 +7539,7 @@ DEFVAR_LISP ("char-coding-system-table", &Vchar_coding_system_table, doc: /* Char-table containing safe coding systems of each characters. Each element doesn't include such generic coding systems that can -encode any characters. They are in the first extra slot. */); +encode any characters. They are in the first extra slot. */); Vchar_coding_system_table = Fmake_char_table (Qchar_coding_system, Qnil); DEFVAR_BOOL ("inhibit-iso-escape-detection",