Use AREF, ASET and ASIZE macros.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 25 Oct 2000 04:42:23 +0000 (04:42 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 25 Oct 2000 04:42:23 +0000 (04:42 +0000)
commit49801145646fcade6fbf0afd2f8b19658da6b780
treef079e9a1a9a6c38d87628997291077ba5828e077
parent39e776cd974b44f79ea6cc12dd3a6da43bfbacc8
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.
src/ChangeLog
src/keymap.c