diff options
| author | Gerd Moellmann | 2000-05-23 09:44:28 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-05-23 09:44:28 +0000 |
| commit | ce75fd23484c39eaf350af874a3ddd82661ed3a9 (patch) | |
| tree | 0c7b729638653f9041a7945438d23a828bc31848 /src | |
| parent | d1e4948d222344fc08d300536986022c7ca6aa21 (diff) | |
| download | emacs-ce75fd23484c39eaf350af874a3ddd82661ed3a9.tar.gz emacs-ce75fd23484c39eaf350af874a3ddd82661ed3a9.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5944c18a4f2..a66a6291900 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -57,7 +57,7 @@ | |||
| 57 | * callproc.c (Fcall_process): Always encode an argument string if | 57 | * callproc.c (Fcall_process): Always encode an argument string if |
| 58 | it is multibyte. Setup src_multibyte and dst_multibyte members of | 58 | it is multibyte. Setup src_multibyte and dst_multibyte members of |
| 59 | process_coding properly. | 59 | process_coding properly. |
| 60 | w | 60 | |
| 61 | * category.c (Fmodify_category_entry): Use SPLIT_CHAR, not | 61 | * category.c (Fmodify_category_entry): Use SPLIT_CHAR, not |
| 62 | SPLIT_NON_ASCII_CHAR. | 62 | SPLIT_NON_ASCII_CHAR. |
| 63 | 63 | ||