projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84e135e
)
Require `pces-xfc' if the feature `mule' is provided even though the feature
author
yamaoka
<yamaoka>
Tue, 21 Sep 1999 01:54:08 +0000
(
01:54
+0000)
committer
yamaoka
<yamaoka>
Tue, 21 Sep 1999 01:54:08 +0000
(
01:54
+0000)
`file-coding' is not provided.
pces.el
patch
|
blob
|
history
diff --git
a/pces.el
b/pces.el
index
f5c4b21
..
dc21f16
100644
(file)
--- a/
pces.el
+++ b/
pces.el
@@
-30,10
+30,10
@@
(unless (fboundp 'open-network-stream)
(require 'tcp)))
-(cond ((and (featurep 'xemacs)
- (featurep 'file-coding))
- (require 'pces-xfc)
- )
+(cond ((featurep 'xemacs)
+ (if (or (featurep 'mule) (featurep 'file-coding))
+ (require 'pces-xfc)
+ ))
((featurep 'mule)
(if (>= emacs-major-version 20)
(require 'pces-e20)