]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Thu, 18 Nov 1999 05:07:40 +0000 (05:07 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 18 Nov 1999 05:07:40 +0000 (05:07 +0000)
src/ChangeLog

index 04b09c8d4a8fc58607479beafb1d42937fcec780..6e10151057a4c7e656471cb9d5d9f00380820a6f 100644 (file)
@@ -1,3 +1,14 @@
+1999-11-18  Kenichi Handa  <handa@etl.go.jp>
+
+       * lisp.h (KEY_DESCRIPTION_SIZE): New macro.
+
+       * keyboard.c (echo_char): Use KEY_DESCRIPTION_SIZE to check free
+       memory for push_key_description.
+
+       * keymap.c (Fsingle_key_description): Use KEY_DESCRIPTION_SIZE to
+       allocate memory for push_key_description.
+       (describe_buffer_bindings): Likewise.
+
 1999-11-17  Gerd Moellmann  <gerd@gnu.org>
 
        * xfns.c (Fx_show_busy_cursor): Doc-fix.