Mercurial > emacs
changeset 32847:0e2ea6e876c5
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 25 Oct 2000 04:42:23 +0000 |
parents | c1b3ab2a1ccc |
children | 6957ecbc11fe |
files | src/ChangeLog |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Oct 25 04:42:10 2000 +0000 +++ b/src/ChangeLog Wed Oct 25 04:42:23 2000 +0000 @@ -1,3 +1,16 @@ +2000-10-25 Stefan Monnier <monnier@cs.yale.edu> + + * keymap.c: Use AREF, ASET and ASIZE macros. + (Fmake_sparse_keymap): Docstring fix. + (synkey): Remove. + (shadow_lookup): Move up. + Handle the case where lookup-key returns an integer. + (where_is_internal_1): Drop arg `keymap'. Don't check shadowing. + (where_is_internal_2): Adapt to fewer args for where_is_internal_1. + (Fwhere_is_internal): Allow `xkeymap' to be a list of keymaps. + Simplify/rewrite the keymap-finding code. + Add check for command shadowing, using shadow_lookup. + 2000-10-24 Stefan Monnier <monnier@cs.yale.edu> * keymap.c (fix_submap_inheritance): Use get_keymap_1 on parent_entry