* mcs-e20.el (charsets-mime-charset-alist): Remove nil's from the default
[elisp/apel.git] / poem.el
diff --git a/poem.el b/poem.el
index 1af8f4d..ec87a43 100644 (file)
--- 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 <morioka@jaist.ac.jp>
 ;; Keywords: emulation, compatibility, Mule
 
 ;;; Code:
 
-(require 'poe)
-
-(eval-and-compile
-  (unless (fboundp 'open-network-stream)
-    (require 'tcp)))
+(require 'pces)
 
 (cond ((featurep 'mule)
        (cond ((featurep 'xemacs)
        ;; for Nemacs and Nepoch
        (require 'poem-nemacs)
        )
-      ((featurep 'file-coding)
-       ;; file coding xemacs
-       (require 'poem-xfc)
-       )
       (t
        (require 'poem-ltn1)
        ))
@@ -72,7 +64,7 @@ If STRING is multibyte, the result is STRING itself.
 
 (defun-maybe charset-after (&optional pos)
   "Return charset of a character in current buffer at position POS.
-If POS is nil, it defauls to the current point.
+If POS is nil, it defaults to the current point.
 If POS is out of range, the value is nil.
 \[Emacs 20.3 emulating function]"
   (char-charset (char-after pos))
@@ -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