Mercurial > emacs
changeset 42511:4fcd61c30d0a
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 03 Jan 2002 21:28:16 +0000 |
parents | dde71e46eeeb |
children | 07a33bb87f3a |
files | src/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Jan 03 21:28:04 2002 +0000 +++ b/src/ChangeLog Thu Jan 03 21:28:16 2002 +0000 @@ -1,3 +1,10 @@ +2002-01-03 Richard M. Stallman <rms@gnu.org> + + * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first. + (Fkey_binding): Try the `keymap' property map first. + (Fdescribe_buffer_bindings): Show `keymap' property bindings before + minor mode bindings. + 2002-01-03 Kim F. Storm <storm@cua.dk> * keyboard.c (read_key_sequence): Fixed cast of submaps arg to bcopy.