]> git.eshelyaron.com Git - emacs.git/commit
Extend button.el to take callback data
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 30 Jul 2019 13:21:29 +0000 (15:21 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 30 Jul 2019 13:21:29 +0000 (15:21 +0200)
commitb75fb81e362b8afbf37da0d2480676269430694c
tree82e1f67de4a7f4340b46a2219ed573c9be1c1def
parent99156a03bfee8304cf2644470dceb668e6262c98
Extend button.el to take callback data

* doc/lispref/display.texi (Button Buffer Commands)
(Button Buffer Commands): Document this.
* lisp/button.el (backward-button, forward-button): Accept a
NO-ERROR parameter.
(button-activate): Make it possible to have specific data in the
callback action.
doc/lispref/display.texi
etc/NEWS
lisp/button.el