1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-31 04:41:23 -08:00

Print map keys in describe-personal-keybindings

Fixes https://github.com/jwiegley/use-package/issues/406
This commit is contained in:
John Wiegley 2017-11-28 20:58:04 -08:00
parent 606284e374
commit 2825987619

View file

@ -374,8 +374,8 @@ function symbol (unquoted)."
(car (compare-keybindings l r))))))
(if (not (eq (cdar last-binding) (cdar binding)))
(princ (format "\n\n%s\n%s\n\n"
(cdar binding)
(princ (format "\n\n%s: %s\n%s\n\n"
(cdar binding) (caar binding)
(make-string (+ 21 (car bind-key-column-widths)
(cdr bind-key-column-widths)) ?-)))
(if (and last-binding