From: yamaoka Date: Fri, 22 Oct 1999 06:58:33 +0000 (+0000) Subject: Don't check for the feature `mule' whether `pces-xfc' is required. X-Git-Tag: apel-9_23~8 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6b86cc971bead7d986b747ead7cd3a6d748bbf64;p=elisp%2Fapel.git Don't check for the feature `mule' whether `pces-xfc' is required. --- diff --git a/pces.el b/pces.el index a24f1a6..283951c 100644 --- a/pces.el +++ b/pces.el @@ -31,7 +31,7 @@ (require 'tcp))) (cond ((featurep 'xemacs) - (if (or (featurep 'mule) (featurep 'file-coding)) + (if (featurep 'file-coding) (require 'pces-xfc) (require 'pces-raw) ))