]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix mouse-1 on Gnus article buffer buttons
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 14 Nov 2019 06:48:41 +0000 (07:48 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 14 Nov 2019 06:48:41 +0000 (07:48 +0100)
* 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

index a962566f1edd760e909b05cb5a9fd3734a982b3d..ff365ed686f8aa4b1335b9923e8006f997f5e62c 100644 (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))))