emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master c11e565: Make buttons in header lines work


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master c11e565: Make buttons in header lines work
Date: Tue, 23 Feb 2016 09:48:12 +0000

branch: master
commit c11e565a6b6d09fa39d4c3ef65bef08190eaecc1
Author: Vaidheeswaran C <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Make buttons in header lines work
    
    * lisp/help-mode.el (help-button-action): `help-xref-button' in
    header line doesn't work (bug#21024).
---
 lisp/help-mode.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/help-mode.el b/lisp/help-mode.el
index e0f3351..7b95e5f 100644
--- 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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]