branch: elpa/mastodon
commit 6dae2dc4a5d483e2ecccbf4cfda73f77186d5e58
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>
add declares for alert.el functions
---
lisp/mastodon-notifications.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el
index 5ca14ad1e2..0bb2cacd30 100644
--- a/lisp/mastodon-notifications.el
+++ b/lisp/mastodon-notifications.el
@@ -35,6 +35,9 @@
(require 'mastodon-widget)
(require 'map)
+(declare-function alert-add-rule "alert")
+(declare-function alert "alert")
+
(autoload 'mastodon-http--api "mastodon-http")
(autoload 'mastodon-http--get-params-async-json "mastodon-http")
(autoload 'mastodon-http--post "mastodon-http")