From: ueno Date: Wed, 13 Oct 1999 14:23:02 +0000 (+0000) Subject: * EMU-ELS (pces-modules): Add `pces-raw' if file-coding feature is X-Git-Tag: of-tm-8_7~3 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fapel.git;a=commitdiff_plain;h=882c3f5b4e801d410db2b1363746db20cc68ce21 * EMU-ELS (pces-modules): Add `pces-raw' if file-coding feature is not available in a XEmacs-without-MULE. --- 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)