diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-12 22:06:52 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-12 22:06:52 +0100 |
| commit | 68ead168f83bacda23de623a32fb9fa76aaaa7a9 (patch) | |
| tree | 9b9d4538d6f2e29987cbc9a070a5a7aaf5d93c3c /compat-28.el | |
| parent | 15288f4771999f640f8df6560d8623d773dfa312 (diff) | |
compat-29: Add buttonize and buttonize-region
Diffstat (limited to 'compat-28.el')
| -rw-r--r-- | compat-28.el | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/compat-28.el b/compat-28.el index 8b0cae8..0235ce4 100644 --- a/compat-28.el +++ b/compat-28.el @@ -768,23 +768,6 @@ The previous values will be be restored upon exit." variables) ,@body)) -;;;; Defined in button.el - -(compat-defun button-buttonize (string callback &optional data) ;; <UNTESTED> - "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 -itself will be used instead as the function argument." - :feature button - (propertize string - 'face 'button - 'button t - 'follow-link t - 'category t - 'button-data data - 'keymap button-map - 'action callback)) - ;;;; Defined in time-data.el (compat-defun decoded-time-period (time) ;; <OK> |
