From: Gerd Moellmann Date: Tue, 18 Jul 2000 14:37:54 +0000 (+0000) Subject: (syms_of_coding): Fix typo in spelling of variable X-Git-Tag: emacs-pretest-21.0.90~2760 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22ab2303d9a6e3c3f4bf2319ed604d09ce7624ac;p=emacs.git (syms_of_coding): Fix typo in spelling of variable `inhibit-iso-escape-detection'. --- diff --git a/src/coding.c b/src/coding.c index a42fbee3a69..b2a33c89cd1 100644 --- a/src/coding.c +++ b/src/coding.c @@ -6419,7 +6419,7 @@ coding system used in each operation can't encode the text.\n\ The default value is `select-safe-coding-system' (which see)."); Vselect_safe_coding_system_function = Qnil; - DEFVAR_BOOL ("inhibit-iso-eacape-detection", + DEFVAR_BOOL ("inhibit-iso-escape-detection", &inhibit_iso_escape_detection, "If non-nil, Emacs ignores ISO2022's escape sequence on code detection.\n\ \n\