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

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

[nongnu] elpa/mastodon 6977dbbf5f 13/18: autoload with-toot-item macro


From: ELPA Syncer
Subject: [nongnu] elpa/mastodon 6977dbbf5f 13/18: autoload with-toot-item macro
Date: Thu, 21 Nov 2024 13:00:19 -0500 (EST)

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

    autoload with-toot-item macro
---
 lisp/mastodon-profile.el | 1 +
 lisp/mastodon-tl.el      | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el
index 7a85dd9184..a94fd16423 100644
--- a/lisp/mastodon-profile.el
+++ b/lisp/mastodon-profile.el
@@ -84,6 +84,7 @@
 (autoload 'mastodon-tl--buffer-property "mastodon-tl")
 (autoload 'mastodon-search--query "mastodon-search")
 (autoload 'mastodon-tl--field-status "mastodon-tl")
+(autoload 'mastodon-toot--with-toot-item "mastodon-toot" nil nil 'macro)
 
 (defvar mastodon-active-user)
 (defvar mastodon-tl--horiz-bar)
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index 16fc3b1117..d9fac2a872 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -89,7 +89,7 @@
 (autoload 'mastodon-media--process-full-sized-image-response "mastodon-media")
 (autoload 'mastodon-search--trending-statuses "mastodon-search")
 (autoload 'mastodon-search--format-heading "mastodon-search")
-(autoload 'mastodon-toot--with-toot-item "mastodon-toot")
+(autoload 'mastodon-toot--with-toot-item "mastodon-toot" nil nil 'macro)
 (autoload 'mastodon-media--image-or-cached "mastodon-media")
 (autoload 'mastodon-toot--base-toot-or-item-json "mastodon-toot")
 (autoload 'mastodon-search--load-link-posts "mastodon-search")



reply via email to

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