From bf82092dde3f062bee493b384436c7ccc038861b Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Sat, 2 Nov 2024 15:39:47 +0100 Subject: autoload ht-get --- lisp/mastodon-toot.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/mastodon-toot.el') 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") -- cgit v1.2.3