branch: externals/compat
commit b2efae0997918e1ed8205764b4cabda0ea475c43
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>
    compat-29: Fix typo in last commit
---
 compat-29.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat-29.el b/compat-29.el
index d05d617ca6..bcee2bd975 100644
--- a/compat-29.el
+++ b/compat-29.el
@@ -971,7 +971,7 @@ command exists in this specific map, but it doesn't have the
         'keymap button-map
         'action callback))
 
-(defun buttonize (string callback &optional data help-echo) ;; <OK>
+(compat-defun buttonize (string callback &optional data help-echo) ;; <OK>
   "Make STRING into a button and return it.
 When clicked, CALLBACK will be called with the DATA as the
 function argument.  If DATA isn't present (or is nil), the button

Reply via email to