Mercurial > hg > xemacs-beta
diff lisp/tm/tm-image.el @ 32:e04119814345 r19-15b99
Import from CVS: tag r19-15b99
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:52:56 +0200 |
parents | 8fc7fe29b841 |
children | 56c54cf7c5b6 |
line wrap: on
line diff
--- a/lisp/tm/tm-image.el Mon Aug 13 08:52:30 2007 +0200 +++ b/lisp/tm/tm-image.el Mon Aug 13 08:52:56 2007 +0200 @@ -7,7 +7,7 @@ ;; Dan Rich <drich@morpheus.corp.sgi.com> ;; Maintainer: MORIOKA Tomohiko <morioka@jaist.ac.jp> ;; Created: 1995/12/15 -;; Version: $Id: tm-image.el,v 1.5 1997/02/16 01:29:33 steve Exp $ +;; Version: $Id: tm-image.el,v 1.6 1997/03/16 05:55:42 steve Exp $ ;; Keywords: image, picture, X-Face, MIME, multimedia, mail, news @@ -90,7 +90,7 @@ ;; ;; X-Face ;; - (if (file-installed-p uncompface-program exec-path) + (if (exec-installed-p uncompface-program) (add-hook 'mime-viewer/content-header-filter-hook 'x-face-decode-message-header) )