Require `pces-xfc' if the feature `mule' is provided even though the feature
authoryamaoka <yamaoka>
Tue, 21 Sep 1999 01:54:08 +0000 (01:54 +0000)
committeryamaoka <yamaoka>
Tue, 21 Sep 1999 01:54:08 +0000 (01:54 +0000)
`file-coding' is not provided.

pces.el

diff --git a/pces.el b/pces.el
index f5c4b21..dc21f16 100644 (file)
--- a/pces.el
+++ b/pces.el
   (unless (fboundp 'open-network-stream)
     (require 'tcp)))
 
-(cond ((and (featurep 'xemacs)
-           (featurep 'file-coding))
-       (require 'pces-xfc)
-       )
+(cond ((featurep 'xemacs)
+       (if (or (featurep 'mule) (featurep 'file-coding))
+          (require 'pces-xfc)
+        ))
       ((featurep 'mule)
        (if (>= emacs-major-version 20)
           (require 'pces-e20)