From 900ace0dcecc4ad7a27106cfa0e45f64168dce49 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 14 Nov 2019 07:48:41 +0100 Subject: [PATCH] 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). --- lisp/gnus/gnus-art.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index a962566f1ed..ff365ed686f 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -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)))) -- 2.39.5