From 6a843d3952219f4c4451d8176c51128387619058 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Wed, 16 Aug 2023 12:50:05 +0200 Subject: remove error call in rendering html http response. --- lisp/mastodon-http.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/mastodon-http.el') 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. -- cgit v1.2.3