]> git.eshelyaron.com Git - emacs.git/commit
Make link widgets obey mouse-1-click-follows-link
authorMauro Aranda <maurooaranda@gmail.com>
Tue, 27 Aug 2019 06:41:44 +0000 (08:41 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 27 Aug 2019 06:41:44 +0000 (08:41 +0200)
commitd9e4d52a10a198b06333eb6523561cccc1a078c1
tree0f7625049a1ed669622359567e33e498f91e0c7b
parentec5d4ff096590cb12b579169ba561b37c82fe0cf
Make link widgets obey mouse-1-click-follows-link

* lisp/wid-edit.el (widget-link-keymap): New variable, a keymap to use
inside a link widget.
('link widget): Restore the :follow-link property and add
widget-link-keymap as the :keymap property (bug#15682).
lisp/wid-edit.el