From 698d520d7986b426a97affd0541f9ee94ec4766d Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 9 Apr 1999 09:50:15 +0000 Subject: [PATCH] Use poem-xfc when we have XEmacs with file coding. [by Andy Piper ]. --- poem.el | 4 ++++ 1 file changed, 4 insertions(+) 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) )) -- 1.7.10.4