branch: externals/ement
commit d1ff39d79b2da6beaaaa3ffcb3fba050c8c0da1e
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>

    Comment: Add FIXME
---
 ement-lib.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ement-lib.el b/ement-lib.el
index f7b206b8ed..88bfa28b4d 100644
--- a/ement-lib.el
+++ b/ement-lib.el
@@ -1026,6 +1026,8 @@ e.g. `ement-room-send-org-filter')."
                              :content content :data))))
 
 (defalias 'ement--button-buttonize
+  ;; FIXME: This doesn't set the mouse-face to highlight, and it doesn't use 
the
+  ;; default-button category.  Neither does `button-buttonize', of course, but 
why?
   (if (version< emacs-version "28.1")
       (lambda (string callback &optional data)
         "Make STRING into a button and return it.

Reply via email to