From a19fe33c0ef8df26b4843bef329dc692bd879422 Mon Sep 17 00:00:00 2001 From: Leon Rische Date: Wed, 11 Nov 2020 11:48:19 +0100 Subject: Mark renamed functions as obsolete --- org-fc-compat.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/org-fc-compat.el b/org-fc-compat.el index a717d99..abd3d2a 100644 --- a/org-fc-compat.el +++ b/org-fc-compat.el @@ -31,6 +31,14 @@ 'org-fc-show-all 'org-fc-remove-overlays "0.0.1") +(define-obsolete-function-alias + 'org-fc-stats + 'org-fc-dashboard-stats "0.0.1") + +(define-obsolete-function-alias + 'org-fc--hashtable-to-alist + 'org-fc-dashboard--hashtable-to-alist "0.0.1") + ;;; Footer (provide 'org-fc-compat) -- cgit v1.2.3