From: Lars Ingebrigtsen Date: Thu, 14 Nov 2019 06:48:41 +0000 (+0100) Subject: Fix mouse-1 on Gnus article buffer buttons X-Git-Tag: emacs-27.0.90~633 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=900ace0dcecc4ad7a27106cfa0e45f64168dce49;p=emacs.git 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). --- 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))))