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:
parent
7afde23248
commit
900ace0dce
1 changed files with 1 additions and 0 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Reference in a new issue