From 961193295ae71b9e98645fe19000f638fc3d2651 Mon Sep 17 00:00:00 2001 From: ueno Date: Wed, 13 Oct 1999 14:23:20 +0000 Subject: [PATCH] * pces.el: Require `pces-raw' if file-coding feature is not available in a XEmacs-without-MULE. --- pces.el | 1 + 1 file changed, 1 insertion(+) 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) -- 1.7.10.4