diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 282f8e21e86..e833aedf525 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -4802,7 +4802,7 @@ code_convert_region (from, from_byte, to, to_byte, coding, encodep, replace) | |||
| 4802 | if (coding->type == coding_type_undecided) | 4802 | if (coding->type == coding_type_undecided) |
| 4803 | { | 4803 | { |
| 4804 | /* It seems that the text contains only ASCII, but we | 4804 | /* It seems that the text contains only ASCII, but we |
| 4805 | should not left it undecided because the deeper | 4805 | should not leave it undecided because the deeper |
| 4806 | decoding routine (decode_coding) tries to detect the | 4806 | decoding routine (decode_coding) tries to detect the |
| 4807 | encodings again in vain. */ | 4807 | encodings again in vain. */ |
| 4808 | coding->type = coding_type_emacs_mule; | 4808 | coding->type = coding_type_emacs_mule; |