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:
aa798d2
)
* EMU-ELS (pces-modules): Add `pces-raw' if file-coding feature is
author
ueno
<ueno>
Wed, 13 Oct 1999 14:23:02 +0000
(14:23 +0000)
committer
ueno
<ueno>
Wed, 13 Oct 1999 14:23:02 +0000
(14:23 +0000)
not available in a XEmacs-without-MULE.
EMU-ELS
patch
|
blob
|
history
diff --git
a/EMU-ELS
b/EMU-ELS
index
484a2da
..
4d14252
100644
(file)
--- a/
EMU-ELS
+++ b/
EMU-ELS
@@
-51,6
+51,7
@@
)
(if (featurep 'mule)
(setq pces-modules (cons 'pces-xm pces-modules))
+ (setq pces-modules (cons 'pces-raw pces-modules))
))
((featurep 'mule)
(cond ((>= emacs-major-version 20)