diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-29 17:03:03 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-29 17:03:03 +0200 |
commit | 33b010279e142378ace994cc74c3ce747337f29e (patch) | |
tree | 4216b87e4016171f56fadb4808e5d46306b39676 /lisp/mastodon-search.el | |
parent | db0b60a943e04448bdb0e1c63a061c3d4a4a0e34 (diff) |
cull stray hashtags comment
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 4b4684f..3794c4e 100644 --- a/lisp/mastodon-search.el +++ b/lisp/mastodon-search.el @@ -122,7 +122,6 @@ PRINT-FUN is the function used to print the data from the response." (mastodon-tl--set-buffer-spec (buffer-name buffer) (format "api/v1/trends/%s" type) nil) - ;; hashtag results: (insert (mastodon-tl--set-face (concat "\n " mastodon-tl--horiz-bar "\n" (upcase (format " TRENDING %s\n" type)) |