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:15:47 +0200 |
commit | 386178c3d2b1427c5f2c50034e865f44efa4d081 (patch) | |
tree | cb5f7d5b72c1ad9eb33c306ffa376c924dc62c5a | |
parent | b068448e9adcf83db0ed7110b975ea0810bd11c3 (diff) |
cull stray hashtags comment
-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)) |