* keymap.c (DENSE_TABLE_SIZE): Doc fix.
authorJim Blandy <jimb@redhat.com>
Wed, 23 Sep 1992 12:46:52 +0000 (12:46 +0000)
committerJim Blandy <jimb@redhat.com>
Wed, 23 Sep 1992 12:46:52 +0000 (12:46 +0000)
commitf5b79c1c36da2b7d5b61920a074798a6a542b613
treec2eb2608fecc96bcfe2afda579a814f204dff5f1
parent230a4cbd80a0423b12177a568f523da4acb70ada
* keymap.c (DENSE_TABLE_SIZE): Doc fix.
(keymap_table): Function removed; this function exists only to
support an incorrect understanding of the format of keymaps.
(access_keymap, store_in_keymap, Fcopy_keymap,
Faccessible_keymaps): Correctly handle vectors at any point in the
keymap; don't assume it must be at the front.
(describe_map): Instead of calling describe_vector on the vector
in the cadr of the keymap (if present) and then calling
describe_alist to do the rest, just call describe_map_2.
(describe_alist): Renamed to describe_map_2; call describe_vector
when we encounter a vector in the list.

* keymap.c (access_keymap, store_in_keymap): Clarify error message
for non-ASCII characters.

* keymap.c (access_keymap): Return the binding of Qt as the
binding for all unbound characters.
src/keymap.c