aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/coding.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/coding.c b/src/coding.c
index 7f9ba05813c..b4c767c85ba 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -5402,7 +5402,6 @@ detect_coding (coding)
5402 struct coding_system *coding; 5402 struct coding_system *coding;
5403{ 5403{
5404 const unsigned char *src, *src_end; 5404 const unsigned char *src, *src_end;
5405 Lisp_Object attrs, coding_type;
5406 5405
5407 coding->consumed = coding->consumed_char = 0; 5406 coding->consumed = coding->consumed_char = 0;
5408 coding->produced = coding->produced_char = 0; 5407 coding->produced = coding->produced_char = 0;
@@ -7214,7 +7213,6 @@ detect_coding_system (src, src_chars, src_bytes, highest, multibytep,
7214 { 7213 {
7215 if (detect_coding_utf_16 (&coding, &detect_info)) 7214 if (detect_coding_utf_16 (&coding, &detect_info))
7216 { 7215 {
7217 enum coding_category category;
7218 struct coding_system *this; 7216 struct coding_system *this;
7219 7217
7220 if (detect_info.found & CATEGORY_MASK_UTF_16_LE) 7218 if (detect_info.found & CATEGORY_MASK_UTF_16_LE)
@@ -8859,7 +8857,7 @@ DEFUN ("coding-system-put", Fcoding_system_put, Scoding_system_put,
8859 (coding_system, prop, val) 8857 (coding_system, prop, val)
8860 Lisp_Object coding_system, prop, val; 8858 Lisp_Object coding_system, prop, val;
8861{ 8859{
8862 Lisp_Object spec, attrs, plist; 8860 Lisp_Object spec, attrs;
8863 8861
8864 CHECK_CODING_SYSTEM_GET_SPEC (coding_system, spec); 8862 CHECK_CODING_SYSTEM_GET_SPEC (coding_system, spec);
8865 attrs = AREF (spec, 0); 8863 attrs = AREF (spec, 0);