From: tomo Date: Fri, 22 Dec 2000 04:24:55 +0000 (+0000) Subject: Require `pces'. X-Git-Tag: apel-10_3~14 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fapel.git;a=commitdiff_plain;h=a3d680ff9ecc5ee657e2d51ce945878cbc5d8c2b Require `pces'. --- diff --git a/mcs-e20.el b/mcs-e20.el index a2cda9b..84a4694 100644 --- a/mcs-e20.el +++ b/mcs-e20.el @@ -1,6 +1,6 @@ ;;; mcs-e20.el --- MIME charset implementation for Emacs 20.1 and 20.2 -;; Copyright (C) 1996,1997,1998,1999 Free Software Foundation, Inc. +;; Copyright (C) 1996,1997,1998,1999,2000 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko ;; Keywords: emulation, compatibility, Mule @@ -28,10 +28,8 @@ ;;; Code: -(eval-when-compile - (require 'static) - (require 'poem) - ) +(require 'pces) +(eval-when-compile (require 'static)) (defsubst encode-mime-charset-region (start end charset &optional lbt) "Encode the text between START and END as MIME CHARSET."