diff options
| author | Juanma Barranquero | 2008-05-20 10:13:17 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-05-20 10:13:17 +0000 |
| commit | c0dc8f895cb2cf958b8c63323baffed0b6e7eadd (patch) | |
| tree | 02b3fa92b84359a1d35da27e0f989b7ba4f678d2 /src | |
| parent | 1285557220b19dccf382eb9f84f2b8fa6278d2e5 (diff) | |
| download | emacs-c0dc8f895cb2cf958b8c63323baffed0b6e7eadd.tar.gz emacs-c0dc8f895cb2cf958b8c63323baffed0b6e7eadd.zip | |
*** empty log message ***
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 | ||