* pces.el: Require `pces-raw' if file-coding feature is not
authorueno <ueno>
Wed, 13 Oct 1999 14:23:20 +0000 (14:23 +0000)
committerueno <ueno>
Wed, 13 Oct 1999 14:23:20 +0000 (14:23 +0000)
available in a XEmacs-without-MULE.

pces.el

diff --git a/pces.el b/pces.el
index dc21f16..a24f1a6 100644 (file)
--- a/pces.el
+++ b/pces.el
@@ -33,6 +33,7 @@
 (cond ((featurep 'xemacs)
        (if (or (featurep 'mule) (featurep 'file-coding))
           (require 'pces-xfc)
+        (require 'pces-raw)
         ))
       ((featurep 'mule)
        (if (>= emacs-major-version 20)