]> git.eshelyaron.com Git - emacs.git/commit
Don't shadow bindings by the same command
authorStefan Kangas <stefan@marxist.se>
Fri, 13 Nov 2020 14:28:34 +0000 (15:28 +0100)
committerStefan Kangas <stefan@marxist.se>
Sun, 22 Nov 2020 01:45:03 +0000 (02:45 +0100)
commit84dd5c9bea9112daa339e4c1b8e4e556988f3195
tree8f51426f1b6a81141e38b8375bbbf7a4b5e7f52c
parenta6490343366f2b2331a91dcb693effb3a9dd78f5
Don't shadow bindings by the same command

* src/keymap.c (describe_vector): Do not say binding is shadowed if
the other key binding points to the same command.  (Bug#9293)
* test/src/keymap-tests.el
(help--describe-vector/bug-9293-same-command-does-not-shadow): New
test.
src/keymap.c
test/src/keymap-tests.el