aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@disroot.org>2024-11-02 15:39:47 +0100
committermarty hiatt <martianhiatus@disroot.org>2024-11-02 15:40:02 +0100
commitbf82092dde3f062bee493b384436c7ccc038861b (patch)
tree740e88e6a21eae732dbb2e8f96fc6cf3137b198c
parentee25cb9b026a40c320570c09635a476509d81d67 (diff)
autoload ht-get
-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 fa5a955..f90dd3c 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))
@@ -60,6 +59,7 @@
(defvar tp-transient-settings)
(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")