changeset 32370:ddc96d4efd63

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 11 Oct 2000 01:20:36 +0000
parents 4f9d19e264f2
children 8acf0e6e062a
files src/ChangeLog
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Oct 11 01:19:27 2000 +0000
+++ b/src/ChangeLog	Wed Oct 11 01:20:36 2000 +0000
@@ -1,8 +1,9 @@
 2000-10-11  Kenichi Handa  <handa@mule.m17n.org>
 
-	* process.c (read_process_output): On adjusting multibyteness of
-	text to insert in a buffer, use make_string_unibyte/multibyte
-	instead of Fstring_as_unibyte/multibyte.
+	* process.c (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.
 
 2000-10-10  Andreas Schwab  <schwab@suse.de>