Use poem-xfc when we have XEmacs with file coding. [by Andy Piper
authormorioka <morioka>
Fri, 9 Apr 1999 09:50:15 +0000 (09:50 +0000)
committermorioka <morioka>
Fri, 9 Apr 1999 09:50:15 +0000 (09:50 +0000)
<andy@xemacs.org>].

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)
        ))