aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c
index fb7cd0cd9db..9dde90af15e 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -6514,7 +6514,7 @@ find_safe_codings_2 (p, pend, safe_codings, work_table, single_byte_char_found)
6514 int c, len, i; 6514 int c, len, i;
6515 Lisp_Object val, ch; 6515 Lisp_Object val, ch;
6516 Lisp_Object prev, tail; 6516 Lisp_Object prev, tail;
6517 6517
6518 while (p < pend) 6518 while (p < pend)
6519 { 6519 {
6520 c = STRING_CHAR_AND_LENGTH (p, pend - p, len); 6520 c = STRING_CHAR_AND_LENGTH (p, pend - p, len);
@@ -6635,7 +6635,7 @@ DEFUN ("find-coding-systems-region-internal-2",
6635 else 6635 else
6636 /* ... and append generic coding systems. */ 6636 /* ... and append generic coding systems. */
6637 val = Fcopy_sequence (XCAR (Vcoding_system_safe_chars)); 6637 val = Fcopy_sequence (XCAR (Vcoding_system_safe_chars));
6638 6638
6639 for (; CONSP (safe_codings); safe_codings = XCDR (safe_codings)) 6639 for (; CONSP (safe_codings); safe_codings = XCDR (safe_codings))
6640 val = Fcons (XCAR (XCAR (safe_codings)), val); 6640 val = Fcons (XCAR (XCAR (safe_codings)), val);
6641 safe_codings = val; 6641 safe_codings = val;