X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=tm-image.el;h=74e1692813b4ac183280031c68009d40ddc268fa;hb=30643c84ac4aa5809c1fc63ef8844f1edba7dbff;hp=84c109b7e42133dd02a7e9a26957d7a0db2a2438;hpb=d1f12c89ac3491cdbbba0e24173e9b31f79ba73a;p=elisp%2Ftm.git diff --git a/tm-image.el b/tm-image.el index 84c109b..74e1692 100644 --- a/tm-image.el +++ b/tm-image.el @@ -7,7 +7,7 @@ ;; Dan Rich ;; Maintainer: MORIOKA Tomohiko ;; Created: 1995/12/15 -;; Version: $Id: tm-image.el,v 7.14 1996/08/28 18:43:29 morioka Exp $ +;; Version: $Id: tm-image.el,v 7.15 1996/09/17 04:38:00 morioka Exp $ ;; Keywords: mail, news, MIME, multimedia, image, picture, X-Face @@ -108,7 +108,8 @@ (highlight-headers (point-min) (re-search-forward "^$" nil t) t) ) ) - ((boundp 'MULE) + ((featurep 'mule) + ;; for MULE 2.* or mule merged EMACS (require 'x-face-mule) (defvar tm-image/inline-image-types '("image/x-mag" "image/x-xbm"))