summaryrefslogtreecommitdiff
path: root/lisp/button.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-11-06 22:26:46 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2021-11-06 22:26:46 +0100
commitb2e9a61bcda3c94cdba21b95f579876c951c97cc (patch)
tree28f690660f9ff14fe4806400b9eed2f20670b55a /lisp/button.el
parent48ca3c99c8121007eef38d457ddc25158118a8d3 (diff)
downloademacs-b2e9a61bcda3c94cdba21b95f579876c951c97cc.tar.gz
Add mouse-face to buttonize
* lisp/button.el (buttonize): Add the highlight mouse-face.
Diffstat (limited to 'lisp/button.el')
-rw-r--r--lisp/button.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/button.el b/lisp/button.el
index b790104e966..f166aa5eb6b 100644
--- a/lisp/button.el
+++ b/lisp/button.el
@@ -625,6 +625,7 @@ function argument. If DATA isn't present (or is nil), the button
itself will be used instead as the function argument."
(propertize string
'face 'button
+ 'mouse-face 'highlight
'button t
'follow-link t
'category t