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:
parent
48ca3c99c8
commit
b2e9a61bcd
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue