projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7afde23
)
Fix mouse-1 on Gnus article buffer buttons
author
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 14 Nov 2019 06:48:41 +0000
(07:48 +0100)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-art.el
b/lisp/gnus/gnus-art.el
index a962566f1edd760e909b05cb5a9fd3734a982b3d..ff365ed686f8aa4b1335b9923e8006f997f5e62c 100644
(file)
--- 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))))