(where_is_cache, where_is_cache_keymaps): New vars.
commit1e7d1ab059a1cab5f042f9a3fe6cb99dfdcb36c9
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 25 Oct 2000 23:35:21 +0000 (25 23:35 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 25 Oct 2000 23:35:21 +0000 (25 23:35 +0000)
tree10fbe3ab5981094f49d23d853399c7b9e15b9ed2
parent5e011cb2e878f607b7154af46b6aec94e0df27a5
(where_is_cache, where_is_cache_keymaps): New vars.
(Fset_keymap_parent, store_in_keymap): Flush the where-is cache.
(where_is_internal): Renamed from Fwhere_is_internal.
Don't DEFUN any more. Arg `xkeymap' replaced by `keymaps'.
(Fwhere_is_internal): New function wrapping where_is_internal.
(where_is_internal_1): Handle the case where we're filling the cache.
(syms_of_keymap): Init and gcpro the where_is_cache(|_keymaps).
src/keymap.c