update.
[elisp/apel.git] / poem.el
diff --git a/poem.el b/poem.el
index 9653c82..1af8f4d 100644 (file)
--- a/poem.el
+++ b/poem.el
        ;; for Nemacs and Nepoch
        (require 'poem-nemacs)
        )
+      ((featurep 'file-coding)
+       ;; file coding xemacs
+       (require 'poem-xfc)
+       )
       (t
        (require 'poem-ltn1)
        ))