branch: externals/tmr
commit 56e2f5f8640445d0c5f1e559c371d1eecf0f36b5
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Make obsolete commands removed by 6f3b096
---
 tmr-tabulated.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tmr-tabulated.el b/tmr-tabulated.el
index 82878ad90e..c6fdad47b2 100644
--- a/tmr-tabulated.el
+++ b/tmr-tabulated.el
@@ -104,5 +104,9 @@
 (add-hook 'tmr--update-hook #'tmr-tabulated--refresh)
 (add-hook 'tmr--read-timer-hook #'tmr-tabulated--timer-at-point)
 
+(make-obsolete 'tmr-tabulated-clone #'tmr-clone "0.4.0")
+(make-obsolete 'tmr-tabulated-edit-description #'tmr-edit-description "0.4.0")
+(make-obsolete 'tmr-tabulated-reschedule #'tmr-reschedule "0.4.0")
+
 (provide 'tmr-tabulated)
 ;;; tmr-tabulated.el ends here

Reply via email to