]> git.eshelyaron.com Git - emacs.git/commit
(coding_alloc_by_making_gap): Check the case that the
authorKenichi Handa <handa@m17n.org>
Tue, 7 May 2002 04:50:48 +0000 (04:50 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 7 May 2002 04:50:48 +0000 (04:50 +0000)
commit2c78b7e182a6bf208e0f5b0de2f7be9d1b9a3f22
tree0db561a7edd83e3a1658c1b18147020d1aaeda62
parente9ce014c7b75a858f3b8412e997dc91516e42e36
(coding_alloc_by_making_gap): Check the case that the
source and destination are the same correctly.
(decode_coding_raw_text): Set coding->consumed_char and
coding->consumed to 0.
(produce_chars): If coding->chars_at_source is nonzero, update
coding->consumed_char and coding->consumed before calling
alloc_destination.
(Fdefine_coding_system_alias): Register ALIAS in
Vcoding_system_alist.
(syms_of_coding): Define `no-convesion' coding system at the tail.
src/coding.c