From f52e7df9888f260e3e24fc9ff44a7e5d1be3377b Mon Sep 17 00:00:00 2001 From: tmorioka Date: Wed, 26 Feb 1997 13:01:25 +0000 Subject: [PATCH] Must require emu. --- eword-decode.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eword-decode.el b/eword-decode.el index 4c10551..d5075d6 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.12 $ +;; Version: $Revision: 0.13 $ ;; Keywords: encoded-word, MIME, multilingual, header, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -32,6 +32,7 @@ ;;; Code: +(require 'emu) (require 'std11) (require 'mel) (require 'mime-def) @@ -41,7 +42,7 @@ ;;; (defconst eword-decode-RCS-ID - "$Id: eword-decode.el,v 0.12 1997-02-26 12:58:40 tmorioka Exp $") + "$Id: eword-decode.el,v 0.13 1997-02-26 13:01:25 tmorioka Exp $") (defconst eword-decode-version (get-version-string eword-decode-RCS-ID)) -- 1.7.10.4