diff options
| author | Kenichi Handa | 2003-05-29 13:18:47 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-05-29 13:18:47 +0000 |
| commit | 063dfaf5e1a92dff8f0517259259dd6170e229e0 (patch) | |
| tree | 10595c9d505711b1dbb17524cfebc77008ee5600 /src/ChangeLog | |
| parent | 5e5c78beb4172678f8318c6cfdced304fef94022 (diff) | |
| download | emacs-063dfaf5e1a92dff8f0517259259dd6170e229e0.tar.gz emacs-063dfaf5e1a92dff8f0517259259dd6170e229e0.zip | |
(Finsert_file_contents): Even if we read into a
unibyte buffer, check if we must decode the result or not.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 651026fe86b..f629b4ec74f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -6,6 +6,9 @@ | |||
| 6 | respectively. | 6 | respectively. |
| 7 | (decode_coding_gap): Run post-read-conversion if any. | 7 | (decode_coding_gap): Run post-read-conversion if any. |
| 8 | 8 | ||
| 9 | * fileio.c (Finsert_file_contents): Even if we read into a | ||
| 10 | unibyte buffer, check if we must decode the result or not. | ||
| 11 | |||
| 9 | 2003-05-29 Kenichi Handa <handa@m17n.org> | 12 | 2003-05-29 Kenichi Handa <handa@m17n.org> |
| 10 | 13 | ||
| 11 | * coding.c (make_conversion_work_buffer): Change the work buffer | 14 | * coding.c (make_conversion_work_buffer): Change the work buffer |