From 882c3f5b4e801d410db2b1363746db20cc68ce21 Mon Sep 17 00:00:00 2001 From: ueno Date: Wed, 13 Oct 1999 14:23:02 +0000 Subject: [PATCH] * EMU-ELS (pces-modules): Add `pces-raw' if file-coding feature is not available in a XEmacs-without-MULE. --- EMU-ELS | 1 + 1 file changed, 1 insertion(+) diff --git a/EMU-ELS b/EMU-ELS index 484a2da..4d14252 100644 --- 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) -- 1.7.10.4