diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-01-15 08:20:17 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-01-15 08:20:17 +0100 |
commit | a4cce2f6c8f46b5b233c6096474ca4cdbb963150 (patch) | |
tree | a8eccba133dcfe46d6ce11802bfab4e4388da0ca /lisp/mastodon-search.el | |
parent | 63edb7d5a2cae579d7e076398057e7a83cfa1888 (diff) | |
parent | b1a3fd043383b4c19ca3bae21d965365c565be15 (diff) |
Merge branch 'buffer-type-has-toots' into develop
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: |