diff options
| author | Juanma Barranquero | 2002-09-06 09:02:11 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-09-06 09:02:11 +0000 |
| commit | 5f90b4fbb22dc4ab6e0d8138b2812b228defb454 (patch) | |
| tree | a7d31b991bd3db489b5fece8270c6be38d1801eb /src/coding.c | |
| parent | b29c5a843d679ba4e6fe5c7291aac770d8c1bc04 (diff) | |
| download | emacs-5f90b4fbb22dc4ab6e0d8138b2812b228defb454.tar.gz emacs-5f90b4fbb22dc4ab6e0d8138b2812b228defb454.zip | |
(syms_of_coding): Fix spacing.
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index fd0d36e4241..5b7856959a6 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -7539,7 +7539,7 @@ The default value is `select-safe-coding-system' (which see). */); | |||
| 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", |