aboutsummaryrefslogtreecommitdiff
path: root/compat-28.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-01-21 17:40:23 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2023-01-21 17:40:23 +0100
commit9b984aeb088901fc8b238a5e52ae343ea1dac527 (patch)
tree3d1d26be0b1bda733f5f601cdbe72484a905e4fb /compat-28.el
parenta18351d539ac85ae31cd71520afff650ee5856b9 (diff)
Drop unneeded definitions
Diffstat (limited to 'compat-28.el')
-rw-r--r--compat-28.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/compat-28.el b/compat-28.el
index 2c56c78..e1527e7 100644
--- a/compat-28.el
+++ b/compat-28.el
@@ -799,5 +799,10 @@ function will never return nil."
((not text-quoting-style) 'grave)
(t 'curve)))
+;;;; Defined in button.el
+
+;; Obsolete Alias since 29
+(compat-defalias button-buttonize buttonize :obsolete t) ;; <compat-tests:button-buttonize>
+
(provide 'compat-28)
;;; compat-28.el ends here