aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-profile.el
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-05-27 12:43:21 +0200
committermousebot <mousebot@riseup.net>2021-05-27 12:43:21 +0200
commitcc1570df86c7a4f43684fd7caf14cf298301c655 (patch)
tree7602fc1cb7faa985f661b4505e23eafa2c0a52b9 /lisp/mastodon-profile.el
parent225c0b4acf12cae8593035a1e1662586ec8c74a8 (diff)
add request and seq as dependencies, flycheck cleanups, and
move http search funs into http.el
Diffstat (limited to 'lisp/mastodon-profile.el')
-rw-r--r--lisp/mastodon-profile.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el
index 9d4793c..e007343 100644
--- a/lisp/mastodon-profile.el
+++ b/lisp/mastodon-profile.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2017-2019 Johnson Denen
;; Author: Johnson Denen <johnson.denen@gmail.com>
;; Version: 0.7.2
-;; Package-Requires: ((emacs "24.4"))
+;; Package-Requires: ((emacs "24.4") (seq "1.8"))
;; Homepage: https://github.com/jdenen/mastodon.el
;; This file is not part of GNU Emacs.
@@ -49,6 +49,7 @@
(autoload 'mastodon-tl--timeline "mastodon-tl.el")
(autoload 'mastodon-tl--as-string "mastodon-tl.el")
(autoload 'mastodon-tl--toot-id "mastodon-tl")
+(autoload 'mastodon-tl--toot "mastodon-tl")
(defvar mastodon-instance-url)
(defvar mastodon-tl--buffer-spec)