From 59b68cce91367d388bf8304ad6775a815d0e91ef Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 25 Sep 1997 12:04:23 +0000 Subject: [PATCH] Use `exec-installed-p' to search `uncompface-program'. --- mime-image.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mime-image.el b/mime-image.el index 1a7f937..06fcbdf 100644 --- a/mime-image.el +++ b/mime-image.el @@ -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) ) -- 1.7.10.4