(exec-installed-p): Use `file-executable-p' instead of `file-exists-p'.
[elisp/apel.git] / poem.el
diff --git a/poem.el b/poem.el
index 9653c82..f65556d 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)