* keymap.c (describe_buffer_bindings): Adjust key_heading to match
authorJim Blandy <jimb@redhat.com>
Sun, 13 Sep 1992 12:33:23 +0000 (12:33 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 13 Sep 1992 12:33:23 +0000 (12:33 +0000)
commit4726a9f1c0426008140ce2b43381fcc55da7cd33
tree7b2a74a418707a5a4d609521f4e4a9df64d5a277
parent2ce30ea2e6243413a878468d2ec81fdf371a30c6
* keymap.c (describe_buffer_bindings): Adjust key_heading to match
the format used by describe_map_tree.  Also, don't reprint the
"key    binding" header above the global bindings if we've already
printed it for the local bindings; it's clear enough that the
columns mean the same thing as above.

* keymap.c (describe_buffer_bindings): Declare buf and bufend...

* keymap.c (describe_buffer_bindings): Set the current buffer to
descbuf before calling current_minor_maps; that function's value
depends on the values of buffer-local variables.  Don't set the
current buffer to Vstandard_output until afterwards.

* keymap.c (describe_buffer_bindings): If
Vkeyboard_translate_table is in effect, describe its effects.
src/keymap.c