From 2e6302b0917f4fc28903239a891a74566c24786d Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 20 Dec 2000 05:35:46 +0000 Subject: [PATCH] Don't require `poem' instead of `mcs-20'. --- mcs-xm.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mcs-xm.el b/mcs-xm.el index dceb1dd..cc484eb 100644 --- a/mcs-xm.el +++ b/mcs-xm.el @@ -1,9 +1,9 @@ ;;; mcs-xm.el --- MIME charset implementation for XEmacs-mule -;; Copyright (C) 1997,1998,1999 Free Software Foundation, Inc. +;; Copyright (C) 1997,1998,1999,2000 Free Software Foundation, Inc. -;; Author: MORIOKA Tomohiko -;; Keywords: emulation, compatibility, Mule +;; Author: MORIOKA Tomohiko +;; Keywords: MIME-charset, coding-system, emulation, compatibility, Mule ;; This file is part of APEL (A Portable Emacs Library). @@ -29,7 +29,7 @@ ;;; Code: -(require 'mcs-20) +(require 'poem) (defun encode-mime-charset-region (start end charset &optional lbt) -- 1.7.10.4