projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25ea8ea
)
hyperlink functions in Comments column
author
Adam Spiers
<emacs@adamspiers.org>
Sat, 4 Jan 2014 12:06:41 +0000
(12:06 +0000)
committer
Adam Spiers
<emacs@adamspiers.org>
Sat, 4 Jan 2014 13:00:23 +0000
(13:00 +0000)
Previously, only the functions in the Command column were hyper-linked.
Also clarify the meaning of the "was" entries in the Comments column.
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 2bae1bf0730e9178bfd26b86187cf5c6ef0027ee..f5e07ba7831af6192a2ce44e3d2f730a084996b6 100644
(file)
--- a/
lisp/use-package/bind-key.el
+++ b/
lisp/use-package/bind-key.el
@@
-205,8
+205,8
@@
(if (or (null was-command)
(string= command-desc was-command-desc))
""
- (format "
(%s)
" was-command-desc))
- (format "[now:
%s
]" at-present)))))
+ (format "
was `%s\'
" was-command-desc))
+ (format "[now:
`%s\'
]" at-present)))))
(setq last-binding binding)))))