aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon-http.el4
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.