projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
879e09b
)
Make buttons in header lines work
author
Vaidheeswaran C
<vaidheeswaran.chinnaraju@gmail.com>
Tue, 23 Feb 2016 09:46:00 +0000
(20:46 +1100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 23 Feb 2016 09:46:00 +0000
(20:46 +1100)
* lisp/help-mode.el (help-button-action): `help-xref-button' in
header line doesn't work (bug#21024).
lisp/help-mode.el
patch
|
blob
|
history
diff --git
a/lisp/help-mode.el
b/lisp/help-mode.el
index e0f3351e67de4e07e1340640ded71936c409fde8..7b95e5fb04e195373974dc2423904b1f9ade86e8 100644
(file)
--- a/
lisp/help-mode.el
+++ b/
lisp/help-mode.el
@@
-107,7
+107,7
@@
The format is (FUNCTION ARGS...).")
(defun help-button-action (button)
"Call BUTTON's help function."
- (help-do-xref
(button-start button)
+ (help-do-xref
nil
(button-get button 'help-function)
(button-get button 'help-args)))