]> git.eshelyaron.com Git - emacs.git/commit
(setup_coding_system): If eol-type is not yet decided
authorKenichi Handa <handa@m17n.org>
Thu, 13 Apr 2006 06:47:18 +0000 (06:47 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 13 Apr 2006 06:47:18 +0000 (06:47 +0000)
commit6e9715ae06a1e9444e5148af381793430938dc2d
treea487314fb0a4f5af504f74f7d6116c10899bcd10
parent73ec0f8900908f70f8b5daafc7f114f6e53a1ae2
(setup_coding_system): If eol-type is not yet decided
and system_eol_type is not LF, set CODING_REQUIRE_ENCODING_MASK.
If coding_system is nil, return 0.
(code_convert_region1): Even if coding_system is nil, don't skip
conversion if system_eol_type is not LF.
(code_convert_string1): Likewise.
(code_convert_string_norecord): Likewise.
src/ChangeLog
src/coding.c