(code_convert_region): Fix the secoding arg to
update_compositions.
This commit is contained in:
parent
5ec14d3c00
commit
e19539f184
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
1999-12-15 Kenichi Handa <handa@etl.go.jp>
|
||||
|
||||
* coding.c (code_convert_region): Fix the secoding arg to
|
||||
update_compositions.
|
||||
|
||||
1999-12-15 Kenichi Handa <handa@etl.go.jp>
|
||||
|
||||
The following changes are for the new composition mechanism. We
|
||||
|
|
|
@ -4959,7 +4959,7 @@ code_convert_region (from, from_byte, to, to_byte, coding, encodep, replace)
|
|||
if (replace)
|
||||
{
|
||||
signal_after_change (from, to - from, inserted);
|
||||
update_compositions (from, to, CHECK_BORDER);
|
||||
update_compositions (from, from + inserted, CHECK_BORDER);
|
||||
}
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue