projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
606284e
)
Print map keys in describe-personal-keybindings
author
John Wiegley
<johnw@newartisans.com>
Wed, 29 Nov 2017 04:58:04 +0000
(20:58 -0800)
committer
John Wiegley
<johnw@newartisans.com>
Wed, 29 Nov 2017 04:58:04 +0000
(20:58 -0800)
Fixes https://github.com/jwiegley/use-package/issues/406
lisp/use-package/bind-key.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/bind-key.el
b/lisp/use-package/bind-key.el
index e5002d4ee17b1d686f84e96f3afc2de39796ca24..eb24d2396e3bee08306ab06a1aafde086f10e594 100644
(file)
--- a/
lisp/use-package/bind-key.el
+++ b/
lisp/use-package/bind-key.el
@@
-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