X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;h=18e9b9363dd6bbf142f493dea0ae81a4ff945b4c;hp=d100acb8a2ba42b7a2fd589b703524e29bada674;hb=6c5c231dca036ac749b5bfa7c77d25a6390a9421;hpb=5f647f06dc9996dd9d8ef3af7dbcd1a7a673ed0a diff --git a/elpher.el b/elpher.el index d100acb..18e9b93 100644 --- a/elpher.el +++ b/elpher.el @@ -1047,7 +1047,7 @@ that the response was malformed." ((pred (string-prefix-p "image/")) (elpher-render-image body)) (_other - (error "Unsupported MIME type %S" mime-type)))))) + (elpher-render-download body)))))) (defun elpher-gemini-get-link-url (link-line) "Extract the url portion of LINK-LINE, a gemini map file link line.