diff options
author | Thanos Apollo <[email protected]> | 2024-08-03 19:16:51 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-08-03 19:16:51 +0300 |
commit | f56faf26bada1cf89da94fa140adb99c2d02bac0 (patch) | |
tree | a9e4f328333edbfe36739c8211ae5a9acf78c60f /gnosis-dashboard.el | |
parent | 3e2db28295a7603f54f273a518cd2b43f0b9f25e (diff) |
dashboard: Update declared functions.
Diffstat (limited to 'gnosis-dashboard.el')
-rw-r--r-- | gnosis-dashboard.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnosis-dashboard.el b/gnosis-dashboard.el index 5893748..473238b 100644 --- a/gnosis-dashboard.el +++ b/gnosis-dashboard.el @@ -47,6 +47,10 @@ (declare-function gnosis-get-date-new-notes "gnosis.el") (declare-function gnosis-review-get-due-notes "gnosis.el") (declare-function gnosis-algorithm-date "gnosis-algorithm.el") +(declare-function gnosis-get-tags--unique "gnosis.el") +(declare-function gnosis-get-tag-notes "gnosis.el") +(declare-function gnosis-edit-update "gnosis.el") +(declare-function gnosis-update "gnosis.el") (defcustom gnosis-dashboard-months 2 "Number of additional months to display on dashboard." |