From: Lars Ingebrigtsen Date: Sat, 6 Nov 2021 21:26:46 +0000 (+0100) Subject: Add mouse-face to buttonize X-Git-Tag: emacs-29.0.90~3671^2~169 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b2e9a61bcda3c94cdba21b95f579876c951c97cc;p=emacs.git Add mouse-face to buttonize * lisp/button.el (buttonize): Add the highlight mouse-face. --- 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