diff options
author | mousebot <mousebot@riseup.net> | 2021-05-27 12:43:21 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-05-27 12:43:21 +0200 |
commit | cc1570df86c7a4f43684fd7caf14cf298301c655 (patch) | |
tree | 7602fc1cb7faa985f661b4505e23eafa2c0a52b9 /lisp/mastodon-profile.el | |
parent | 225c0b4acf12cae8593035a1e1662586ec8c74a8 (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.el | 3 |
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) |