Mercurial > emacs
changeset 30292:14a9937df1f5
(syms_of_coding): Fix typo in spelling of variable
`inhibit-iso-escape-detection'.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 18 Jul 2000 14:37:54 +0000 |
parents | 062625598798 |
children | 4a27d6a88c43 |
files | src/coding.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.c Tue Jul 18 14:18:03 2000 +0000 +++ b/src/coding.c Tue Jul 18 14:37:54 2000 +0000 @@ -6419,7 +6419,7 @@ 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\