diff options
| author | Kenichi Handa | 2000-10-11 01:23:36 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-10-11 01:23:36 +0000 |
| commit | df3c11b907114afe8bb72414f6b4441dd4963cec (patch) | |
| tree | ec885c3a5ead1bb40b9bac5fbd0179423a0db8a6 /src/ChangeLog | |
| parent | eb483c2b9186737c6145d5a651342c035e17f61b (diff) | |
| download | emacs-df3c11b907114afe8bb72414f6b4441dd4963cec.tar.gz emacs-df3c11b907114afe8bb72414f6b4441dd4963cec.zip | |
(read_process_output): Fix previous change. Adjust multibyteness of
text to insert in a buffer by make_string_unibyte/multibyte instead of
Fstring_as_unibyte/multibyte.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b460b5319ca..79c00ad222c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * process.c (read_process_output): Fix previous change. Adjust | 3 | * process.c (read_process_output): Fix previous change. Adjust |
| 4 | multibyteness of text to insert in a buffer by | 4 | multibyteness of text to insert in a buffer by |
| 5 | make_string_unibyte/multibyte instead of | 5 | string_make_unibyte/multibyte instead of |
| 6 | Fstring_as_unibyte/multibyte. | 6 | Fstring_as_unibyte/multibyte. |
| 7 | 7 | ||
| 8 | 2000-10-10 Andreas Schwab <schwab@suse.de> | 8 | 2000-10-10 Andreas Schwab <schwab@suse.de> |