Don't check for the feature `mule' whether `pces-xfc' is required.
authoryamaoka <yamaoka>
Fri, 22 Oct 1999 06:58:33 +0000 (06:58 +0000)
committeryamaoka <yamaoka>
Fri, 22 Oct 1999 06:58:33 +0000 (06:58 +0000)
pces.el

diff --git a/pces.el b/pces.el
index a24f1a6..283951c 100644 (file)
--- a/pces.el
+++ b/pces.el
@@ -31,7 +31,7 @@
     (require 'tcp)))
 
 (cond ((featurep 'xemacs)
-       (if (or (featurep 'mule) (featurep 'file-coding))
+       (if (featurep 'file-coding)
           (require 'pces-xfc)
         (require 'pces-raw)
         ))