]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Thu, 24 Aug 2000 03:23:37 +0000 (03:23 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 24 Aug 2000 03:23:37 +0000 (03:23 +0000)
src/ChangeLog

index a376136719148779ee448ea2e5ce0cfb5e9615a6..483054ebb8f8f32d33e487ae7a45bb843d2a65f5 100644 (file)
@@ -1,5 +1,9 @@
 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
 
+       * 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.