projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48ca3c9
)
Add mouse-face to buttonize
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 6 Nov 2021 21:26:46 +0000
(22:26 +0100)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/button.el
b/lisp/button.el
index b790104e9662265545b12fe9bf14116f1237c20c..f166aa5eb6b51536c33266aef91f8014c0d1baf7 100644
(file)
--- 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