From 87cb71a718a5877492f958d1966d13150673e8fa Mon Sep 17 00:00:00 2001 From: H Durer Date: Mon, 19 Mar 2018 17:21:29 +0000 Subject: Remove compiler warnings in mastodon-notifications.el (#190) --- lisp/mastodon-notifications.el | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'lisp/mastodon-notifications.el') 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) -- cgit v1.2.3