]> git.eshelyaron.com Git - emacs.git/commit
Tweak the order keystrokes are sorted in keymap listings
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 11 Jul 2019 14:53:43 +0000 (16:53 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 11 Jul 2019 14:53:43 +0000 (16:53 +0200)
commit1c3b3206144c074ab490a5ee0ccd265d12647ad7
treea8e217ce1ba0fb6eb4b3a79a5f85b8c8bddcea99
parent9912cf376c187613e64333ff2952b5061e2986af
Tweak the order keystrokes are sorted in keymap listings

* src/keymap.c (describe_map_compare): Change the sorting order of
keystrokes, so that we get the order <f1> <f2> <f11> instead of
<f1> <f11> <f2> (bug#33237).
src/keymap.c