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:
7e9456b
)
Don't check for the feature `mule' whether `pces-xfc' is required.
author
yamaoka
<yamaoka>
Fri, 22 Oct 1999 06:58:33 +0000
(06:58 +0000)
committer
yamaoka
<yamaoka>
Fri, 22 Oct 1999 06:58:33 +0000
(06:58 +0000)
pces.el
patch
|
blob
|
history
diff --git
a/pces.el
b/pces.el
index
a24f1a6
..
283951c
100644
(file)
--- 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)
))