Update.
[elisp/apel.git] / pces.el
diff --git a/pces.el b/pces.el
index a24f1a6..85bce8c 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)
         ))
@@ -53,6 +53,7 @@
 ;;; @ end
 ;;;
 
-(provide 'pces)
+(require 'product)
+(product-provide (provide 'pces) (require 'apel-ver))
 
 ;;; pces.el ends here