Mercurial > emacs
comparison src/coding.c @ 26900:a8f4cebb614d
(code_convert_region): Fix the secoding arg to
update_compositions.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Wed, 15 Dec 1999 12:47:28 +0000 |
| parents | 2f17ea330dae |
| children | 7b495b311f18 |
comparison
equal
deleted
inserted
replaced
| 26899:5d1bf698efc8 | 26900:a8f4cebb614d |
|---|---|
| 4957 } | 4957 } |
| 4958 | 4958 |
| 4959 if (replace) | 4959 if (replace) |
| 4960 { | 4960 { |
| 4961 signal_after_change (from, to - from, inserted); | 4961 signal_after_change (from, to - from, inserted); |
| 4962 update_compositions (from, to, CHECK_BORDER); | 4962 update_compositions (from, from + inserted, CHECK_BORDER); |
| 4963 } | 4963 } |
| 4964 | 4964 |
| 4965 { | 4965 { |
| 4966 coding->consumed = to_byte - from_byte; | 4966 coding->consumed = to_byte - from_byte; |
| 4967 coding->consumed_char = to - from; | 4967 coding->consumed_char = to - from; |
