From 5f90b4fbb22dc4ab6e0d8138b2812b228defb454 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 6 Sep 2002 09:02:11 +0000 Subject: [PATCH] (syms_of_coding): Fix spacing. --- src/coding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). */); 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", -- 2.39.5