aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2000-10-11 01:23:36 +0000
committerKenichi Handa2000-10-11 01:23:36 +0000
commitdf3c11b907114afe8bb72414f6b4441dd4963cec (patch)
treeec885c3a5ead1bb40b9bac5fbd0179423a0db8a6 /src/ChangeLog
parenteb483c2b9186737c6145d5a651342c035e17f61b (diff)
downloademacs-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/ChangeLog2
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
82000-10-10 Andreas Schwab <schwab@suse.de> 82000-10-10 Andreas Schwab <schwab@suse.de>