diff options
author | martianh <martianh@noreply.codeberg.org> | 2024-02-08 08:04:48 +0000 |
---|---|---|
committer | martianh <martianh@noreply.codeberg.org> | 2024-02-08 08:04:48 +0000 |
commit | 51132d08682b7b13473d24a4bf60417541905c81 (patch) | |
tree | 201cc33faec6c856418fc5565d3b81892ad4d394 /lisp/mastodon-http.el | |
parent | a01eec0d57ed64f8a83784cd48e44fc2961e0d64 (diff) | |
parent | 2e6bcd41a9bb5953b20758ada8cec2b4ff8e9b4f (diff) |
Merge pull request 'Use display-buffer to allow customization' (#522) from rahguzar/mastodon.el:display-buffer into develop
Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/522
Diffstat (limited to 'lisp/mastodon-http.el')
-rw-r--r-- | lisp/mastodon-http.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mastodon-http.el b/lisp/mastodon-http.el index a357672..541c92e 100644 --- a/lisp/mastodon-http.el +++ b/lisp/mastodon-http.el @@ -240,7 +240,6 @@ Callback to `mastodon-http--get-response-async', usually (defun mastodon-http--process-headers () "Return an alist of http response headers." - (switch-to-buffer (current-buffer)) (goto-char (point-min)) (let* ((head-str (buffer-substring-no-properties (point-min) |