]> git.eshelyaron.com Git - emacs.git/commit
Translate describe_map_tree to Lisp
authorStefan Kangas <stefan@marxist.se>
Sat, 17 Oct 2020 18:55:04 +0000 (20:55 +0200)
committerStefan Kangas <stefan@marxist.se>
Sun, 18 Oct 2020 15:23:28 +0000 (17:23 +0200)
commitafd31f9e62e551a3f286d1d581a56ef1de33ee94
tree7e537c7add3341d97efabf229f70e88f336d4383
parentdcf9cd47ae71e39eb616d77acb531ac11357391f
Translate describe_map_tree to Lisp

This is the second step in converting substitute-command-keys to Lisp.

* lisp/help.el (describe-map-tree): New Lisp version of
describe_map_tree.
(substitute-command-keys): Update to use above function.
* src/keymap.c (Fdescribe_map): New defun to expose describe_map to
Lisp.
* src/keymap.c (syms_of_keymap): New variable 'help--keymaps-seen'; a
temporary kludge planned for removal.  New defsubr for Fdescribe_map.
lisp/help.el
src/keymap.c