aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/coding.c b/src/coding.c
index 5fb4c202b85..ba121df242e 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -5256,6 +5256,8 @@ shrink_encoding_region (beg, end, coding, str)
5256 if (coding->type == coding_type_ccl 5256 if (coding->type == coding_type_ccl
5257 || coding->eol_type == CODING_EOL_CRLF 5257 || coding->eol_type == CODING_EOL_CRLF
5258 || coding->eol_type == CODING_EOL_CR 5258 || coding->eol_type == CODING_EOL_CR
5259 || (coding->eol_type == CODING_EOL_UNDECIDED
5260 && system_eol_type != CODING_EOL_LF)
5259 || (coding->cmp_data && coding->cmp_data->used > 0)) 5261 || (coding->cmp_data && coding->cmp_data->used > 0))
5260 { 5262 {
5261 /* We can't skip any data. */ 5263 /* We can't skip any data. */