]> git.eshelyaron.com Git - emacs.git/commit
Remove C version of substitute-command-keys
authorStefan Kangas <stefan@marxist.se>
Sun, 18 Oct 2020 13:19:09 +0000 (15:19 +0200)
committerStefan Kangas <stefan@marxist.se>
Sun, 18 Oct 2020 15:25:23 +0000 (17:25 +0200)
commitef5a604f082f772424400f48b64e9c04edbcc766
tree98a3987703ed2d710c22be23f057ee6de6d15a53
parent8a1441310aa151e739cfed3bd2eff3358edc8001
Remove C version of substitute-command-keys

* src/doc.c (Fsubstitute_command_keys_old): Remove.
(syms_of_doc): Remove defsubr for Fsubstitute_command_keys_old.
* src/keymap.c (describe_map, describe_map_tree)
(describe_map_compare, describe_map_elt): Remove.
* src/keymap.h: Remove 'describe_map_tree'.
* test/lisp/help-tests.el (with-substitute-command-keys-test)
(help-tests-substitute-command-keys/compare)
(help-tests-substitute-command-keys/compare-all):
Don't test the C version of 'substitute-command-keys' removed
above.
src/doc.c
src/keymap.c
src/keymap.h
test/lisp/help-tests.el