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:
882c3f5
)
* pces.el: Require `pces-raw' if file-coding feature is not
author
ueno
<ueno>
Wed, 13 Oct 1999 14:23:20 +0000
(14:23 +0000)
committer
ueno
<ueno>
Wed, 13 Oct 1999 14:23:20 +0000
(14:23 +0000)
available in a XEmacs-without-MULE.
pces.el
patch
|
blob
|
history
diff --git
a/pces.el
b/pces.el
index
dc21f16
..
a24f1a6
100644
(file)
--- 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)