aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r--lisp/mastodon-toot.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 14aa7de..4ba5e5d 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -47,7 +47,6 @@
(require 'mastodon-iso)
(require 'facemenu)
(require 'text-property-search)
-(require 'ht)
(eval-when-compile
(require 'mastodon-tl))
@@ -59,6 +58,7 @@
(defvar mastodon-profile-acccount-preferences-data)
(autoload 'iso8601-parse "iso8601")
+(autoload 'ht-get "ht")
(autoload 'mastodon-auth--user-acct "mastodon-auth")
(autoload 'mastodon-http--api "mastodon-http")
(autoload 'mastodon-http--build-array-params-alist "mastodon-http")