]> git.eshelyaron.com Git - emacs.git/commit
(Fkeymap_prompt, Fcurrent_active_maps): New funs.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 8 Oct 2001 09:47:10 +0000 (09:47 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 8 Oct 2001 09:47:10 +0000 (09:47 +0000)
commit54cbc3d4cd6541d32c02f0f5bc4decd637e2ed50
treea16e47559658577c92fa5edaef9a907279af4e15
parent3ecd9cc373e093b541ec10283ba83fe6dae58c14
(Fkeymap_prompt, Fcurrent_active_maps): New funs.
(accessible_keymaps_1): New function.
(Faccessible_keymaps, accessible_keymaps_char_table): Use it.
(Fwhere_is_internal): Use Fcurrent_active_maps.
(Fdescribe_buffer_bindings): Renamed from describe_buffer_bindings.
Insert in current buffer rather than standard-output.
Don't call `help-mode'.  Export to elisp.
(describe_buffer_bindings): New wrapper.
(syms_of_keymap): Defsubr Skeymap_prompt, Scurrent_active_maps
and Sdescribe_buffer_bindings.
src/keymap.c