branch: externals/org-contacts
commit 9f6cde45487b8c4ee8422cb0c8bcdd80774194c5
Author: stardiviner <[email protected]>
Commit: stardiviner <[email protected]>
Fix the function `diary-anniversary' is not known to be defined.
---
org-contacts.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/org-contacts.el b/org-contacts.el
index 04112825a3..47880e306a 100644
--- a/org-contacts.el
+++ b/org-contacts.el
@@ -74,6 +74,7 @@
(require 'ol)
(autoload 'with-memoization "subr")
+(declare-function diary-anniversary "diary-lib" (month day &optional year
mark))
(declare-function erc-server-buffer-live-p "erc" ())
(declare-function erc-server-process-alive "erc" (&optional buffer))
(defvar erc-server-processing-p)