tm 7.89.
[elisp/tm.git] / tm-image.el
index 84c109b..74e1692 100644 (file)
@@ -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 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
 
         (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"))