From: tmorioka Date: Mon, 24 Feb 1997 08:52:01 +0000 (+0000) Subject: Don't require emu. X-Git-Tag: Hokutetsu-Ishikawa-new~313 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=830607315945e8960fb13444405eaa2f703ba3f7;p=elisp%2Fsemi.git Don't require emu. --- diff --git a/eword-decode.el b/eword-decode.el index 57e23cb..5c03ede 100644 --- a/eword-decode.el +++ b/eword-decode.el @@ -10,7 +10,7 @@ ;; Renamed: 1993/06/03 to tiny-mime.el ;; Renamed: 1995/10/03 from tiny-mime.el (split off encoder) ;; Renamed: 1997/02/22 from tm-ew-d.el -;; Version: $Revision: 0.4 $ +;; Version: $Revision: 0.5 $ ;; Keywords: encoded-word, MIME, multilingual, header, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -32,7 +32,6 @@ ;;; Code: -(require 'emu) (require 'std11) (require 'mel) (require 'mime-def) @@ -42,7 +41,7 @@ ;;; (defconst eword-decode-RCS-ID - "$Id: eword-decode.el,v 0.4 1997-02-24 08:51:06 tmorioka Exp $") + "$Id: eword-decode.el,v 0.5 1997-02-24 08:52:01 tmorioka Exp $") (defconst eword-decode-version (get-version-string eword-decode-RCS-ID))