]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Thu, 14 Dec 2000 10:43:49 +0000 (10:43 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 14 Dec 2000 10:43:49 +0000 (10:43 +0000)
src/ChangeLog

index ea5f9b294aac865c1c3bd92b0c3fb1cd3e0f7ce2..3de7bccb966605b83866557f83905a271a7b4255 100644 (file)
@@ -1,5 +1,12 @@
 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
 
+       * keyboard.c (echo_prompt): Argument type changed to Lisp_Object.
+       Always store string in multibyte representation in echobuf.
+       (echo_char): Always store string in multibyte representation in
+       echobuf.
+       (echo_now): Call message2_nolog with the arg MULTIBYTE 1.
+       (read_key_sequence): Adjusted for the change of echo_prompt.
+
        * fns.c (Fmd5): Docstring improved.
 
        * lisp.h (detect_coding_system): Prototype adjusted.