1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Add mouse-face to buttonize

* lisp/button.el (buttonize): Add the highlight mouse-face.
This commit is contained in:
Lars Ingebrigtsen 2021-11-06 22:26:46 +01:00
parent 48ca3c99c8
commit b2e9a61bcd

View 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." itself will be used instead as the function argument."
(propertize string (propertize string
'face 'button 'face 'button
'mouse-face 'highlight
'button t 'button t
'follow-link t 'follow-link t
'category t 'category t