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

EMU-ELS

diff --git a/EMU-ELS b/EMU-ELS
index 484a2da..4d14252 100644 (file)
--- a/EMU-ELS
+++ b/EMU-ELS
@@ -51,6 +51,7 @@
           )
         (if (featurep 'mule)
             (setq pces-modules (cons 'pces-xm pces-modules))
+          (setq pces-modules (cons 'pces-raw pces-modules))
           ))
        ((featurep 'mule)
         (cond ((>= emacs-major-version 20)