]> git.eshelyaron.com Git - emacs.git/commit
(setup_coding_system): Fix setting up
authorKenichi Handa <handa@m17n.org>
Wed, 21 Oct 1998 11:50:56 +0000 (11:50 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 21 Oct 1998 11:50:56 +0000 (11:50 +0000)
commite133c8fabc3f9acb5ed02cd5466842eeb345768d
tree3e63e91e855eef0803c23598773655924d8deb53
parent17f2692a45d33097875f51092a59157ece4d6a10
(setup_coding_system): Fix setting up
coding->spec.ccl.valid_codes for CCL based coding system.
(code_convert_region): Set point to FROM before inserting the
result of pre-write-funciton.  Preserve original point.
(code_convert_string): If coding->type is coding_type_ccl, do
conversion even if the length of conversion region is zero.
src/coding.c