diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-12 22:14:05 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-12 22:14:05 +0100 |
| commit | b2efae0997918e1ed8205764b4cabda0ea475c43 (patch) | |
| tree | c782227f7461ef9db3467d943d494de6f5da431f /compat-29.el | |
| parent | 68ead168f83bacda23de623a32fb9fa76aaaa7a9 (diff) | |
compat-29: Fix typo in last commit
Diffstat (limited to 'compat-29.el')
| -rw-r--r-- | compat-29.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat-29.el b/compat-29.el index d05d617..bcee2bd 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 |
