Fix mouse-1 on Gnus article buffer buttons

* lisp/gnus/gnus-art.el (gnus-article-add-button): Make mouse-1
work as required by mouse-1-click-follows-link (bug#38144).
This commit is contained in:
Lars Ingebrigtsen 2019-11-14 07:48:41 +01:00
parent 7afde23248
commit 900ace0dce

View file

@ -8077,6 +8077,7 @@ url is put as the `gnus-button-url' overlay property on the button."
'button-data data
'action fun
'keymap gnus-url-button-map
'follow-link t
'category t
'button t)
(and data (list 'gnus-data data))))