From 5f818bc644aa9dc0a615224eea1678ac30fd514c Mon Sep 17 00:00:00 2001 From: tmorioka Date: Mon, 24 Feb 1997 08:51:06 +0000 Subject: [PATCH] Don't require tl-str.el. --- eword-decode.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/eword-decode.el b/eword-decode.el index 69cc972..57e23cb 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.3 $ +;; Version: $Revision: 0.4 $ ;; Keywords: encoded-word, MIME, multilingual, header, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -36,14 +36,13 @@ (require 'std11) (require 'mel) (require 'mime-def) -(require 'tl-str) ;;; @ version ;;; (defconst eword-decode-RCS-ID - "$Id: eword-decode.el,v 0.3 1997-02-24 02:26:02 tmorioka Exp $") + "$Id: eword-decode.el,v 0.4 1997-02-24 08:51:06 tmorioka Exp $") (defconst eword-decode-version (get-version-string eword-decode-RCS-ID)) -- 1.7.10.4