* lisp/mm-url.el (mm-url-program): Use `exec-installed-p' instead of
[elisp/gnus.git-] / lisp / mm-url.el
index c7f08be..37dfc0c 100644 (file)
@@ -58,7 +58,7 @@
 (defcustom mm-url-program
   (cond
    ((exec-installed-p "wget") 'wget)
-   ((executable-find "w3m") 'w3m)
+   ((exec-installed-p "w3m") 'w3m)
    ((exec-installed-p "lynx") 'lynx)
    ((exec-installed-p "curl") 'curl)
    (t "GET"))