X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=poem.el;h=ec752a3fe5a83b4a16cea689f7a22d30fb240763;hb=afac0fed5c056349dc2625e6006743506cdbcdb9;hp=1af8f4da96797d45dc97ac1e0a8c321b89d55350;hpb=698d520d7986b426a97affd0541f9ee94ec4766d;p=elisp%2Fapel.git diff --git a/poem.el b/poem.el index 1af8f4d..ec752a3 100644 --- a/poem.el +++ b/poem.el @@ -1,6 +1,6 @@ ;;; poem.el --- Emulate latest MULE features; -*-byte-compile-dynamic: t;-*- -;; Copyright (C) 1998 Free Software Foundation, Inc. +;; Copyright (C) 1998,1999 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko ;; Keywords: emulation, compatibility, Mule @@ -24,11 +24,7 @@ ;;; Code: -(require 'poe) - -(eval-and-compile - (unless (fboundp 'open-network-stream) - (require 'tcp))) +(require 'pces) (cond ((featurep 'mule) (cond ((featurep 'xemacs) @@ -46,10 +42,6 @@ ;; for Nemacs and Nepoch (require 'poem-nemacs) ) - ((featurep 'file-coding) - ;; file coding xemacs - (require 'poem-xfc) - ) (t (require 'poem-ltn1) )) @@ -102,6 +94,7 @@ N defaults to 0 if omitted. [XEmacs-mule emulating function]" ;;; @ end ;;; -(provide 'poem) +(require 'product) +(product-provide (provide 'poem) (require 'apel-ver)) ;;; poem.el ends here