diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/button.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/button.el b/lisp/button.el index b790104e966..f166aa5eb6b 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 |