diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-10-30 13:09:56 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-10-30 13:09:56 +0100 |
commit | 36382243a2a9278837a63d677cb94203bd01ad6a (patch) | |
tree | 28d90bfd53824f97a6286038783af81ac0616bd6 /lisp | |
parent | 2fb09762a4150d6a14fb3217b2debef948df6ff9 (diff) |
defvars for flycheck
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-profile.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index d6819db..cfb3bdb 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -74,6 +74,8 @@ (defvar mastodon-tl--update-point) (defvar mastodon-mode-map) (defvar mastodon-toot--max-toot-chars) +(defvar mastodon-toot--visibility) +(defvar mastodon-toot--content-nsfw) (defvar-local mastodon-profile--account nil "The data for the account being described in the current profile buffer.") |