]> git.eshelyaron.com Git - emacs.git/commit
Fix handling of changed prefix keys in tutorial
authorBasil L. Contovounesios <contovob@tcd.ie>
Mon, 15 Nov 2021 05:52:38 +0000 (06:52 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 15 Nov 2021 06:38:21 +0000 (07:38 +0100)
commita7c9695835a15bb5510a5938d9a664982170be5f
tree092f20c93c9e5ff024180831a84a3ce5619726f7
parente7d64300aa67162132a4bc8bbb1741ccec1caac5
Fix handling of changed prefix keys in tutorial

* lisp/tutorial.el (tutorial--find-changed-keys): Use keymapp to
detect prefix definitions rather than hard-coding them.  A notable
omission from the hard-coded list was mode-specific-command-prefix,
whose subcommands are often rebound (bug#40725).
lisp/tutorial.el