From b2e9a61bcda3c94cdba21b95f579876c951c97cc Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 6 Nov 2021 22:26:46 +0100 Subject: [PATCH] Add mouse-face to buttonize * lisp/button.el (buttonize): Add the highlight mouse-face. --- lisp/button.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5