Use `exec-installed-p' to search `uncompface-program'.
authormorioka <morioka>
Thu, 25 Sep 1997 12:04:23 +0000 (12:04 +0000)
committermorioka <morioka>
Thu, 25 Sep 1997 12:04:23 +0000 (12:04 +0000)
mime-image.el

index 1a7f937..06fcbdf 100644 (file)
@@ -9,7 +9,7 @@
 ;; Created: 1995/12/15
 ;;     Renamed: 1997/2/21 from tm-image.el
 ;; Version:
-;;     $Id: mime-image.el,v 0.11 1997-05-27 03:11:47 morioka Exp $
+;;     $Id: mime-image.el,v 0.12 1997-09-25 12:04:23 morioka Exp $
 
 ;; Keywords: image, picture, X-Face, MIME, multimedia, mail, news
 
@@ -93,7 +93,7 @@
        ;;
        ;; X-Face
        ;;
-       (if (file-installed-p uncompface-program exec-path)
+       (if (exec-installed-p uncompface-program exec-path)
           (add-hook 'mime-view-content-header-filter-hook
                     'x-face-decode-message-header)
         )