Mercurial > emacs
comparison src/coding.c @ 47274:ff3c709c7ef1
(syms_of_coding): Fix spacing.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Fri, 06 Sep 2002 09:02:11 +0000 |
| parents | f88c982e1f79 |
| children | 551472d77d2a |
comparison
equal
deleted
inserted
replaced
| 47273:12fe61d27bf2 | 47274:ff3c709c7ef1 |
|---|---|
| 7537 Vselect_safe_coding_system_function = Qnil; | 7537 Vselect_safe_coding_system_function = Qnil; |
| 7538 | 7538 |
| 7539 DEFVAR_LISP ("char-coding-system-table", &Vchar_coding_system_table, | 7539 DEFVAR_LISP ("char-coding-system-table", &Vchar_coding_system_table, |
| 7540 doc: /* Char-table containing safe coding systems of each characters. | 7540 doc: /* Char-table containing safe coding systems of each characters. |
| 7541 Each element doesn't include such generic coding systems that can | 7541 Each element doesn't include such generic coding systems that can |
| 7542 encode any characters. They are in the first extra slot. */); | 7542 encode any characters. They are in the first extra slot. */); |
| 7543 Vchar_coding_system_table = Fmake_char_table (Qchar_coding_system, Qnil); | 7543 Vchar_coding_system_table = Fmake_char_table (Qchar_coding_system, Qnil); |
| 7544 | 7544 |
| 7545 DEFVAR_BOOL ("inhibit-iso-escape-detection", | 7545 DEFVAR_BOOL ("inhibit-iso-escape-detection", |
| 7546 &inhibit_iso_escape_detection, | 7546 &inhibit_iso_escape_detection, |
| 7547 doc: /* If non-nil, Emacs ignores ISO2022's escape sequence on code detection. | 7547 doc: /* If non-nil, Emacs ignores ISO2022's escape sequence on code detection. |
