(mime-setup-enable-inline-image): Use `(featurep 'xemacs)' instead of
authormorioka <morioka>
Wed, 21 Oct 1998 04:07:57 +0000 (04:07 +0000)
committermorioka <morioka>
Wed, 21 Oct 1998 04:07:57 +0000 (04:07 +0000)
`running-xemacs'.

semi-setup.el

index e7decc8..9137f02 100644 (file)
@@ -44,7 +44,7 @@ it is used as hook to set."
 ;; for image/* and X-Face
 (defvar mime-setup-enable-inline-image
   (and window-system
-       (or running-xemacs
+       (or (featurep 'xemacs)
           (and (featurep 'mule)(module-installed-p 'bitmap))
           ))
   "*If it is non-nil, semi-setup sets up to use mime-image.")