emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/mastodon bf82092dde 44/50: autoload ht-get


From: ELPA Syncer
Subject: [nongnu] elpa/mastodon bf82092dde 44/50: autoload ht-get
Date: Sat, 2 Nov 2024 13:00:57 -0400 (EDT)

branch: elpa/mastodon
commit bf82092dde3f062bee493b384436c7ccc038861b
Author: marty hiatt <martianhiatus@disroot.org>
Commit: marty hiatt <martianhiatus@disroot.org>

    autoload ht-get
---
 lisp/mastodon-toot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index fa5a955c8d..f90dd3c495 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]