diff options
author | H Durer <h.duerer@gmail.com> | 2018-03-19 17:21:29 +0000 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2018-08-10 22:20:04 -0400 |
commit | 87cb71a718a5877492f958d1966d13150673e8fa (patch) | |
tree | c12d58c2a266d2896c026ac20193a829104a1516 /lisp/mastodon-notifications.el | |
parent | 9f9a6e8c45e329d58a772dcf25942f7093ba5fc0 (diff) |
Remove compiler warnings in mastodon-notifications.el (#190)
Diffstat (limited to 'lisp/mastodon-notifications.el')
-rw-r--r-- | lisp/mastodon-notifications.el | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el index 01068cb..1ec039a 100644 --- a/lisp/mastodon-notifications.el +++ b/lisp/mastodon-notifications.el @@ -29,6 +29,18 @@ ;;; Code: +(autoload 'mastodon-media--inline-images "mastodon-media.el") +(autoload 'mastodon-tl--byline-author "mastodon-tl.el") +(autoload 'mastodon-tl--clean-tabs-and-nl "mastodon-tl.el") +(autoload 'mastodon-tl--content "mastodon-tl.el") +(autoload 'mastodon-tl--field "mastodon-tl.el") +(autoload 'mastodon-tl--has-spoiler "mastodon-tl.el") +(autoload 'mastodon-tl--init "mastodon-tl.el") +(autoload 'mastodon-tl--insert-status "mastodon-tl.el") +(autoload 'mastodon-tl--spoiler "mastodon-tl.el") +(defvar mastodon-tl--display-media-p) + + (defvar mastodon-notifications--types-alist '(("mention" . mastodon-notifications--mention) ("follow" . mastodon-notifications--follow) |