From: Kenichi Handa Date: Thu, 18 Nov 1999 05:07:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~6072 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eeedff6357b90967a1374c435054bc77dd6927a3;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 04b09c8d4a8..6e10151057a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +1999-11-18 Kenichi Handa + + * 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 * xfns.c (Fx_show_busy_cursor): Doc-fix.