diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-08-17 21:11:28 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-08-17 21:11:28 +0200 |
commit | b427d486a7621c10b2cc898919bd02bf3c25b423 (patch) | |
tree | c5e5e250e8abcebc6e3872d2e24138f5f98c85f0 /lisp/mastodon-http.el | |
parent | 20dec8871c9bb5f5e418bfc197e7533b5e3065e3 (diff) | |
parent | 03841b31f2a0a1b579618271d81eeecdbed062fb (diff) |
Merge branch 'develop'
Diffstat (limited to 'lisp/mastodon-http.el')
-rw-r--r-- | lisp/mastodon-http.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-http.el b/lisp/mastodon-http.el index 663e2a9..ab621a2 100644 --- a/lisp/mastodon-http.el +++ b/lisp/mastodon-http.el @@ -186,8 +186,8 @@ STRING should be a HTML for a 404 errror." (with-temp-buffer (insert string) (shr-render-buffer (current-buffer)) - (view-mode) ; for 'q' to kill buffer and window - (error ""))) ; stop subsequent processing + (view-mode))) ; for 'q' to kill buffer and window + ;; (error ""))) ; stop subsequent processing (defun mastodon-http--process-response (&optional no-headers vector) "Process http response. |