aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-09-02 16:16:28 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-09-02 16:16:28 +0200
commit2504bdf1e623439a55f6f56f1f5d89b6d9acbf4b (patch)
tree65c7a7bdb53f57dd26a0bac3baa2041b78175601 /lisp
parent82ace133b0c254e92f08d0fb74d2a9c83faac363 (diff)
parentb900ab8e87cb3f30b48444ac2153095f83a8d6b9 (diff)
Merge branch 'develop'
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon-search.el2
-rw-r--r--lisp/mastodon.el1
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon-search.el b/lisp/mastodon-search.el
index 1af49c1..49b5367 100644
--- a/lisp/mastodon-search.el
+++ b/lisp/mastodon-search.el
@@ -80,7 +80,7 @@ QUERY is the string to search."
;; trending tags
-(defun mastodon-search-trending-tags ()
+(defun mastodon-search--trending-tags ()
"Display a list of tags trending on your instance."
(interactive)
(let* ((url (mastodon-http--api "trends"))
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 9400014..96faf56 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -92,6 +92,7 @@
(autoload 'mastodon-tl--get-follow-suggestions "mastodon-tl")
(when (require 'lingva nil :no-error)
(autoload 'mastodon-toot--translate-toot-text "mastodon-toot"))
+(autoload 'mastodon-search--trending-tags "mastodon-search")
(defgroup mastodon nil
"Interface with Mastodon."