diff options
author | mousebot <mousebot@riseup.net> | 2021-05-26 21:15:38 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-05-26 21:15:38 +0200 |
commit | 225c0b4acf12cae8593035a1e1662586ec8c74a8 (patch) | |
tree | 354f946ac763be26f1f7ce2a888067006195185c /lisp/mastodon-search.el | |
parent | e86aaaefe20e5ff3036751b91f4f8fec4aaf5394 (diff) |
flychecks and autoloads
Diffstat (limited to 'lisp/mastodon-search.el')
-rw-r--r-- | lisp/mastodon-search.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mastodon-search.el b/lisp/mastodon-search.el index 5a98b26..408b887 100644 --- a/lisp/mastodon-search.el +++ b/lisp/mastodon-search.el @@ -39,6 +39,8 @@ (autoload 'mastodon-auth--access-token "mastodon-auth") (defvar mastodon-instance-url) +(defvar mastodon-tl--link-keymap) + (defconst mastodon-http--timeout 5) (defun mastodon-search--search-query (query) |