emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/compat b2efae0997 2/4: compat-29: Fix typo in last comm


From: ELPA Syncer
Subject: [elpa] externals/compat b2efae0997 2/4: compat-29: Fix typo in last commit
Date: Thu, 12 Jan 2023 16:57:25 -0500 (EST)

branch: externals/compat
commit b2efae0997918e1ed8205764b4cabda0ea475c43
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@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

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