diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-02-19 21:53:48 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-02-19 21:53:48 +0100 |
commit | 4f9a7be4926dbf3f33a717fcbed12de78c22b331 (patch) | |
tree | 59febfd6c6d1d9cadbab434dceb4072e30f1c99d /lisp/mastodon-tl.el | |
parent | a47d4be15d93b99c0dd621a9b3a916be14a4cc39 (diff) |
autoloads, flychecks
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 2a20e73..ba6b1df 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -87,6 +87,7 @@ (autoload 'mastodon-toot--iso-to-human "mastodon-toot") (defvar mastodon-toot--visibility) +(defvar mastodon-toot-mode) (defvar mastodon-active-user) (when (require 'mpv nil :no-error) |