diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/coding.c b/src/coding.c index f4e4f27f7c1..03c0b00cc05 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -409,7 +409,6 @@ Lisp_Object Vtranslation_table_for_input; | |||
| 409 | Lisp_Object Vsjis_coding_system; | 409 | Lisp_Object Vsjis_coding_system; |
| 410 | Lisp_Object Vbig5_coding_system; | 410 | Lisp_Object Vbig5_coding_system; |
| 411 | 411 | ||
| 412 | |||
| 413 | static void record_conversion_result (struct coding_system *coding, | 412 | static void record_conversion_result (struct coding_system *coding, |
| 414 | enum coding_result_code result); | 413 | enum coding_result_code result); |
| 415 | static int detect_coding_utf_8 P_ ((struct coding_system *, | 414 | static int detect_coding_utf_8 P_ ((struct coding_system *, |
| @@ -7469,7 +7468,6 @@ buffer positions. END is ignored. */) | |||
| 7469 | } | 7468 | } |
| 7470 | 7469 | ||
| 7471 | 7470 | ||
| 7472 | |||
| 7473 | Lisp_Object | 7471 | Lisp_Object |
| 7474 | code_convert_region (start, end, coding_system, dst_object, encodep, norecord) | 7472 | code_convert_region (start, end, coding_system, dst_object, encodep, norecord) |
| 7475 | Lisp_Object start, end, coding_system, dst_object; | 7473 | Lisp_Object start, end, coding_system, dst_object; |
| @@ -8451,7 +8449,7 @@ usage: (define-coding-system-internal ...) */) | |||
| 8451 | struct charset *charset; | 8449 | struct charset *charset; |
| 8452 | 8450 | ||
| 8453 | if (XINT (Flength (charset_list)) != 3 | 8451 | if (XINT (Flength (charset_list)) != 3 |
| 8454 | || XINT (Flength (charset_list)) != 4) | 8452 | && XINT (Flength (charset_list)) != 4) |
| 8455 | error ("There should be three or four charsets"); | 8453 | error ("There should be three or four charsets"); |
| 8456 | 8454 | ||
| 8457 | charset = CHARSET_FROM_ID (XINT (XCAR (charset_list))); | 8455 | charset = CHARSET_FROM_ID (XINT (XCAR (charset_list))); |