aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-search.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-08-27 08:44:55 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-08-27 08:44:55 +0200
commit3715823cce66553bc2d51f1431202d014439572b (patch)
treeb399442dc341b9f343ab76718faa47b1267e385f /lisp/mastodon-search.el
parent8818971cb274f458d17ad8651480cf64a64d8b0e (diff)
autoloads, flycheck
Diffstat (limited to 'lisp/mastodon-search.el')
-rw-r--r--lisp/mastodon-search.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-search.el b/lisp/mastodon-search.el
index 89df311..b9dcb18 100644
--- a/lisp/mastodon-search.el
+++ b/lisp/mastodon-search.el
@@ -40,7 +40,7 @@
(autoload 'mastodon-auth--access-token "mastodon-auth")
(autoload 'mastodon-http--get-search-json "mastodon-http")
(autoload 'mastodon-http--api "mastodon-http")
-
+(defvar mastodon-toot--completion-style-for-mentions)
(defvar mastodon-instance-url)
(defvar mastodon-tl--link-keymap)
(defvar mastodon-http--timeout)