]> git.eshelyaron.com Git - emacs.git/commitdiff
Add mouse-face to buttonize
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 6 Nov 2021 21:26:46 +0000 (22:26 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 6 Nov 2021 21:26:46 +0000 (22:26 +0100)
* lisp/button.el (buttonize): Add the highlight mouse-face.

lisp/button.el

index b790104e9662265545b12fe9bf14116f1237c20c..f166aa5eb6b51536c33266aef91f8014c0d1baf7 100644 (file)
@@ -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