(setup_coding_system): Fix previous change.
This commit is contained in:
parent
12c83f528c
commit
2b89a53fc4
2 changed files with 5 additions and 1 deletions
|
@ -3621,7 +3621,7 @@ setup_coding_system (coding_system, coding)
|
|||
= CODING_REQUIRE_DECODING_MASK | CODING_REQUIRE_ENCODING_MASK;
|
||||
}
|
||||
else
|
||||
coding->eol_type = system_eol_type;
|
||||
coding->eol_type = CODING_EOL_LF;
|
||||
|
||||
coding_type = XVECTOR (coding_spec)->contents[0];
|
||||
/* Try short cut. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue