]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/mm-decode.el
Merge changes made in Gnus trunk.
[gnu-emacs] / lisp / gnus / mm-decode.el
index b59f0ab0610aff43d0f35a54409b78f1d7b720c7..c4cbce4abaf3f273927eb2da92b12015531127cd 100644 (file)
         ,disposition ,description ,cache ,id))
 
 (defcustom mm-text-html-renderer
-  (cond ((and (executable-find "w3m")
-             (executable-find "curl"))
-        'gnus-article-html)
+  (cond ((executable-find "w3m") 'gnus-article-html)
        ((executable-find "links") 'links)
        ((executable-find "lynx") 'lynx)
        ((locate-library "w3") 'w3)
@@ -1670,5 +1668,4 @@ If RECURSIVE, search recursively."
 
 (provide 'mm-decode)
 
-;; arch-tag: 4f35d360-56b8-4030-9388-3ed82d359b9b
 ;;; mm-decode.el ends here