X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=tm-ew-d.el;h=57a7a4f7d7f2d13a3c68b2f7a7dd128e5edc6f48;hb=b77b17617ad6e2d752ffa07cc4232a54c6ebae81;hp=9ebf1255d7155a4eeba5b3288b728b810b24b427;hpb=a7388c9a369504a8de494bed38b72f386e5e004d;p=elisp%2Ftm.git diff --git a/tm-ew-d.el b/tm-ew-d.el index 9ebf125..57a7a4f 100644 --- a/tm-ew-d.el +++ b/tm-ew-d.el @@ -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: 7.39 $ +;; Version: $Revision: 7.40 $ ;; Keywords: encoded-word, MIME, multilingual, header, mail, news ;; This file is part of tm (Tools for MIME). @@ -42,7 +42,7 @@ ;;; (defconst tm-ew-d/RCS-ID - "$Id: tm-ew-d.el,v 7.39 1997/01/21 06:17:18 shuhei-k Exp $") + "$Id: tm-ew-d.el,v 7.40 1997/03/06 17:53:51 morioka Exp $") (defconst mime/eword-decoder-version (get-version-string tm-ew-d/RCS-ID)) @@ -199,10 +199,10 @@ as a version of Net$cape). [tm-ew-d.el]" (condition-case err (mime/decode-encoded-text charset encoding text must-unfold) (error - (and (tl:add-text-properties 0 (length word) - (and tm:warning-face - (list 'face tm:warning-face)) - word) + (and (add-text-properties 0 (length word) + (and tm:warning-face + (list 'face tm:warning-face)) + word) word))) )) word))