branch: elpa/mastodon
commit ca7c3a814d7205c38475fd81b6bf45127b80c3e0
Author: marty hiatt <martianhia...@disroot.org>
Commit: marty hiatt <martianhia...@disroot.org>

    mastodon.el defvar token file
---
 lisp/mastodon.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 4de5fdc4ca..16b9b459a1 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -105,6 +105,7 @@
 
 (defvar mastodon-tl--highlight-current-toot)
 (defvar mastodon-notifications--map)
+(defvar mastodon-client--token-file)
 
 (defvar mastodon-notifications-grouped-types
   '("reblog" "favourite") ;; TODO: implement follow!

Reply via email to