diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-09-03 12:55:21 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-09-03 12:55:21 +0200 |
commit | fe7ecfcea0b8ed8ccb0ebc9b71608095476cfc19 (patch) | |
tree | a8b866bae328266889da493305e9c6799f078b0b /lisp/mastodon-search.el | |
parent | 2504bdf1e623439a55f6f56f1f5d89b6d9acbf4b (diff) | |
parent | 26ec5d7076e47bc7240e3e36aa516909f8c0424c (diff) |
Merge branch 'develop'
Diffstat (limited to 'lisp/mastodon-search.el')
-rw-r--r-- | lisp/mastodon-search.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mastodon-search.el b/lisp/mastodon-search.el index 49b5367..c7658ba 100644 --- a/lisp/mastodon-search.el +++ b/lisp/mastodon-search.el @@ -77,7 +77,6 @@ QUERY is the string to search." (tags (alist-get 'hashtags response))) (mapcar #'mastodon-search--get-hashtag-info tags))) - ;; trending tags (defun mastodon-search--trending-tags () |