From: morioka Date: Fri, 9 Apr 1999 09:50:15 +0000 (+0000) Subject: Use poem-xfc when we have XEmacs with file coding. [by Andy Piper X-Git-Tag: apel-9_17~26 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=698d520d7986b426a97affd0541f9ee94ec4766d;p=elisp%2Fapel.git Use poem-xfc when we have XEmacs with file coding. [by Andy Piper ]. --- diff --git a/poem.el b/poem.el index 9653c82..1af8f4d 100644 --- 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) ))