emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b2e9a61: Add mouse-face to buttonize


From: Lars Ingebrigtsen
Subject: master b2e9a61: Add mouse-face to buttonize
Date: Sat, 6 Nov 2021 17:27:06 -0400 (EDT)

branch: master
commit b2e9a61bcda3c94cdba21b95f579876c951c97cc
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 b790104..f166aa5 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]