diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index ff49b9003c5..9387181e7ac 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 | |||
| @@ -13389,7 +13389,7 @@ | |||
| 13389 | * coding.c (setup_coding_system): Fix setting up | 13389 | * coding.c (setup_coding_system): Fix setting up |
| 13390 | coding->spec.ccl.valid_codes for CCL based coding system. | 13390 | coding->spec.ccl.valid_codes for CCL based coding system. |
| 13391 | (code_convert_region): Set point to FROM before inserting the | 13391 | (code_convert_region): Set point to FROM before inserting the |
| 13392 | result of pre-write-funciton. Preserve original point. | 13392 | result of pre-write-function. Preserve original point. |
| 13393 | (code_convert_string): If coding->type is coding_type_ccl, do | 13393 | (code_convert_string): If coding->type is coding_type_ccl, do |
| 13394 | conversion even if the length of conversion region is zero. | 13394 | conversion even if the length of conversion region is zero. |
| 13395 | 13395 | ||