From: Kenichi Handa Date: Thu, 24 Aug 2000 03:23:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~2004 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d246d5f5832420ceaac7ee08ff275a5ff2474cdb;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index a3761367191..483054ebb8f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2000-08-24 Kenichi Handa + * minibuf.c (do_completion): Always use compare-string, not + string-equal because the latter doesn't pay attention to + multibyteness of strings. + * process.c (create_process): Don't setup raw-text coding here. (Fopen_network_stream): Don't set coding->src_multibyte and coding->dst_multibyte here.