diff options
| author | Kenichi Handa | 2003-06-26 00:27:04 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-06-26 00:27:04 +0000 |
| commit | c934586d0e229d2b64d0d4795e458576b67060eb (patch) | |
| tree | 8edbb880db8f0bcaee144757c0791ddc3406d20a /src/ChangeLog | |
| parent | 8422cc85e81d8749f02809edb1ee19dce934861f (diff) | |
| download | emacs-c934586d0e229d2b64d0d4795e458576b67060eb.tar.gz emacs-c934586d0e229d2b64d0d4795e458576b67060eb.zip | |
(choose_write_coding_system): Return a decided coding system.
(Fwrite_region): Set Vlast_coding_system_used to the return value
of choose_write_coding_system.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 57c96d05c19..e107c6641bc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2003-06-26 Kenichi Handa <handa@etlken2> | ||
| 2 | |||
| 3 | * fileio.c (choose_write_coding_system): Return a decided coding | ||
| 4 | system. | ||
| 5 | (Fwrite_region): Set Vlast_coding_system_used to the return value | ||
| 6 | of choose_write_coding_system. | ||
| 7 | |||
| 1 | 2003-06-06 Kenichi Handa <handa@m17n.org> | 8 | 2003-06-06 Kenichi Handa <handa@m17n.org> |
| 2 | 9 | ||
| 3 | * charset.c (Fset_charset_priority): Pay attention to duplicated | 10 | * charset.c (Fset_charset_priority): Pay attention to duplicated |