branch: elpa/fedi
commit cbd7ec47e364bcc945ea58f6581b791d478430aa
Author: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Commit: marty hiatt <martianhiatus [a t] riseup [d o t] net>
comment
---
fedi-http.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/fedi-http.el b/fedi-http.el
index ec2346db3a9..1b386dfd7e7 100644
--- a/fedi-http.el
+++ b/fedi-http.el
@@ -187,6 +187,7 @@ STRING should be HTML for a 404 errror."
(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
(defun fedi-http--process-response (&optional no-headers vector)