Make buttons in header lines work
* lisp/help-mode.el (help-button-action): `help-xref-button' in header line doesn't work (bug#21024).
This commit is contained in:
committed by
Lars Ingebrigtsen
parent
879e09bbbc
commit
c11e565a6b
@@ -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)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user