diff options
Diffstat (limited to 'org-fc-compat.el')
-rw-r--r-- | org-fc-compat.el | 8 |
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) |