diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-01-15 08:19:15 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-01-15 08:19:15 +0100 |
commit | 8214f35db91aca0f71dfdb15b0e42a511f31fb61 (patch) | |
tree | 62bd3c16e8b38f344fe6207169000605add7dc41 /lisp/mastodon-search.el | |
parent | 3506668a6ab9449816c46f827f249ebd2a5d8ac9 (diff) |
fix set buffer spec buffer name for trending tags
Diffstat (limited to 'lisp/mastodon-search.el')
-rw-r--r-- | lisp/mastodon-search.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-search.el b/lisp/mastodon-search.el index 24ddfb3..0f2a6d4 100644 --- a/lisp/mastodon-search.el +++ b/lisp/mastodon-search.el @@ -94,7 +94,7 @@ QUERY is the string to search." (mastodon-mode) (let ((inhibit-read-only t)) (erase-buffer) - (mastodon-tl--set-buffer-spec buffer + (mastodon-tl--set-buffer-spec (buffer-name buffer) "api/v1/trends" nil) ;; hashtag results: |