From: ueno Date: Wed, 13 Oct 1999 14:23:20 +0000 (+0000) Subject: * pces.el: Require `pces-raw' if file-coding feature is not X-Git-Tag: of-tm-8_7~2 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fapel.git;a=commitdiff_plain;h=961193295ae71b9e98645fe19000f638fc3d2651 * pces.el: Require `pces-raw' if file-coding feature is not available in a XEmacs-without-MULE. --- diff --git a/pces.el b/pces.el index dc21f16..a24f1a6 100644 --- 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)