diff options
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") |