summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2020-11-11 11:48:19 +0100
committerLeon Rische <leon.rische@me.com>2020-11-11 11:48:19 +0100
commita19fe33c0ef8df26b4843bef329dc692bd879422 (patch)
treeb41016531dda1a80463c13d335d9814535598b9d
parente1e1d0e5ac6a20a487f376e76acbf45a2dbb32b8 (diff)
Mark renamed functions as obsolete
-rw-r--r--org-fc-compat.el8
1 files changed, 8 insertions, 0 deletions
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)