diff options
author | marty hiatt <martianhiatus@disroot.org> | 2024-11-02 15:39:47 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@disroot.org> | 2024-11-02 15:40:02 +0100 |
commit | bf82092dde3f062bee493b384436c7ccc038861b (patch) | |
tree | 740e88e6a21eae732dbb2e8f96fc6cf3137b198c /lisp | |
parent | ee25cb9b026a40c320570c09635a476509d81d67 (diff) |
autoload ht-get
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-toot.el | 2 |
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") |