Mercurial > hg > xemacs-beta
diff lisp/tm/tm-ew-d.el @ 14:9ee227acff29 r19-15b90
Import from CVS: tag r19-15b90
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:48:42 +0200 |
parents | 4b173ad71786 |
children | 0293115a14e9 |
line wrap: on
line diff
--- a/lisp/tm/tm-ew-d.el Mon Aug 13 08:48:18 2007 +0200 +++ b/lisp/tm/tm-ew-d.el Mon Aug 13 08:48:42 2007 +0200 @@ -9,7 +9,7 @@ ;; Original: 1992/07/20 ENAMI Tsugutomo's `mime.el'. ;; Renamed: 1993/06/03 to tiny-mime.el. ;; Renamed: 1995/10/03 from tiny-mime.el. (split off encoder) -;; Version: $Revision: 1.2 $ +;; Version: $Revision: 1.3 $ ;; Keywords: encoded-word, MIME, multilingual, header, mail, news ;; This file is part of tm (Tools for MIME). @@ -35,13 +35,14 @@ (require 'std11) (require 'mel) (require 'tm-def) +(require 'tl-str) ;;; @ version ;;; (defconst tm-ew-d/RCS-ID - "$Id: tm-ew-d.el,v 1.2 1996/12/22 00:29:39 steve Exp $") + "$Id: tm-ew-d.el,v 1.3 1997/01/11 22:10:18 steve Exp $") (defconst mime/eword-decoder-version (get-version-string tm-ew-d/RCS-ID))