branch: elpa/fedi
commit 6d580afc2648d7225b7cf69363d95a05b3ea16a8
Author: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Commit: marty hiatt <martianhiatus [a t] riseup [d o t] net>

    comment out (error "") hack for html error rendering
---
 fedi-http.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/fedi-http.el b/fedi-http.el
index 3db72b17380..7e700e0336a 100644
--- a/fedi-http.el
+++ b/fedi-http.el
@@ -185,9 +185,9 @@ STRING should be HTML for a 404 errror."
   (with-temp-buffer
     (insert string)
     (shr-render-buffer (current-buffer))
-    (view-mode) ; for 'q' to kill buffer and window
-    ;; FIXME: this is awful, it pops up also:
-    (error ""))) ; stop subsequent processing
+    (view-mode))) ; for 'q' to kill buffer and window
+;; FIXME: this is awful, it pops up also:
+;; (error ""))) ; stop subsequent processing
 
 (defun fedi-http--process-response (&optional no-headers vector)
   "Process http response.

Reply via email to