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:
f222004
)
Use poem-xfc when we have XEmacs with file coding. [by Andy Piper
author
morioka
<morioka>
Fri, 9 Apr 1999 09:50:15 +0000
(09:50 +0000)
committer
morioka
<morioka>
Fri, 9 Apr 1999 09:50:15 +0000
(09:50 +0000)
<andy@xemacs.org>].
poem.el
patch
|
blob
|
history
diff --git
a/poem.el
b/poem.el
index
9653c82
..
1af8f4d
100644
(file)
--- a/
poem.el
+++ b/
poem.el
@@
-46,6
+46,10
@@
;; for Nemacs and Nepoch
(require 'poem-nemacs)
)
+ ((featurep 'file-coding)
+ ;; file coding xemacs
+ (require 'poem-xfc)
+ )
(t
(require 'poem-ltn1)
))