aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/coding.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c
index 81464d2ce14..9a6b611c0dc 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -6509,7 +6509,7 @@ find_safe_codings (p, pend, safe_codings, work_table, single_byte_char_found)
6509 prev = tail; 6509 prev = tail;
6510 else 6510 else
6511 { 6511 {
6512 /* Exclued this coding system from SAFE_CODINGS. */ 6512 /* Exclude this coding system from SAFE_CODINGS. */
6513 if (EQ (tail, safe_codings)) 6513 if (EQ (tail, safe_codings))
6514 safe_codings = XCDR (safe_codings); 6514 safe_codings = XCDR (safe_codings);
6515 else 6515 else
@@ -7553,7 +7553,9 @@ the value of `buffer-file-coding-system' is used. */);
7553 Vcoding_system_for_write = Qnil; 7553 Vcoding_system_for_write = Qnil;
7554 7554
7555 DEFVAR_LISP ("last-coding-system-used", &Vlast_coding_system_used, 7555 DEFVAR_LISP ("last-coding-system-used", &Vlast_coding_system_used,
7556 doc: /* Coding system used in the latest file or process I/O. */); 7556 doc: /* Coding system used in the latest file or process I/O.
7557Also set by `encode-coding-region', `decode-coding-region',
7558`encode-coding-string' and `decode-coding-string'. */);
7557 Vlast_coding_system_used = Qnil; 7559 Vlast_coding_system_used = Qnil;
7558 7560
7559 DEFVAR_BOOL ("inhibit-eol-conversion", &inhibit_eol_conversion, 7561 DEFVAR_BOOL ("inhibit-eol-conversion", &inhibit_eol_conversion,