From: morioka Date: Fri, 4 Jun 1999 08:43:24 +0000 (+0000) Subject: Require pces.el. X-Git-Tag: apel-9_20~37 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4a69ee1429d21d4c380e798202f893ede4333462;p=elisp%2Fapel.git Require pces.el. --- diff --git a/poem.el b/poem.el index 1af8f4d..f65556d 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) ))