diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-21 17:40:23 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-21 17:40:23 +0100 |
| commit | 9b984aeb088901fc8b238a5e52ae343ea1dac527 (patch) | |
| tree | 3d1d26be0b1bda733f5f601cdbe72484a905e4fb /compat-29.el | |
| parent | a18351d539ac85ae31cd71520afff650ee5856b9 (diff) | |
Drop unneeded definitions
Diffstat (limited to 'compat-29.el')
| -rw-r--r-- | compat-29.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compat-29.el b/compat-29.el index 1988df6..6e5b93f 100644 --- a/compat-29.el +++ b/compat-29.el @@ -1188,9 +1188,6 @@ Also see `buttonize'." (add-text-properties start end (button--properties callback data help-echo)) (add-face-text-property start end 'button t)) -;; Obsolete Alias since 29 -(compat-defalias button-buttonize buttonize :obsolete t) ;; <compat-tests:button-buttonize> - ;;;; Defined in rmc.el (compat-defun read-multiple-choice ;; <compat-tests:read-multiple-choice> |
