From b900ab8e87cb3f30b48444ac2153095f83a8d6b9 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Fri, 2 Sep 2022 16:15:52 +0200 Subject: fix trending tags fun name + autoload in mastodon.el --- lisp/mastodon-search.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/mastodon-search.el') 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")) -- cgit v1.2.3