diff options
author | mousebot <mousebot@riseup.net> | 2021-10-02 13:15:58 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-10-02 13:15:58 +0200 |
commit | d13fa5fb1a4f41db6c97927776c79194f7bc9da6 (patch) | |
tree | d64c50096c86b7eede7b750eea95276a3f05e849 /lisp/mastodon-search.el | |
parent | a311de00bd4fb2ad467c955e1fa12fd5613b58b2 (diff) |
flycheck: docstrings, autoloads, declarations
Diffstat (limited to 'lisp/mastodon-search.el')
-rw-r--r-- | lisp/mastodon-search.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/mastodon-search.el b/lisp/mastodon-search.el index 3b7e399..537a746 100644 --- a/lisp/mastodon-search.el +++ b/lisp/mastodon-search.el @@ -41,8 +41,7 @@ (defvar mastodon-instance-url) (defvar mastodon-tl--link-keymap) - -(defconst mastodon-http--timeout 5) +(defvar mastodon-http--timeout) (defun mastodon-search--search-query (query) "Prompt for a search QUERY and return accounts, statuses, and hashtags." |