aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-10-15 22:04:55 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-10-15 22:04:55 +0200
commitcf02b35a4170bbde1d36a24591e11d553f0be58f (patch)
treea37c8fecbf79edba729777d77b9f4af57ca59b5a
parent6b88c28779bd64aaf56c9d1e0c5fced77a506c0a (diff)
autoload profile-account-settings in mastodon.el
-rw-r--r--lisp/mastodon.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index bc624d9..e50d5c1 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -97,6 +97,7 @@
(autoload 'mastodon-toot--translate-toot-text "mastodon-toot"))
(autoload 'mastodon-search--trending-tags "mastodon-search")
(autoload 'mastodon-profile-fetch-server-account-settings "mastodon-profile")
+(autoload 'mastodon-profile-account-settings "mastodon-profile")
(defgroup mastodon nil
"Interface with Mastodon."