From: tmorioka Date: Mon, 24 Feb 1997 01:59:28 +0000 (+0000) Subject: Function `mime-eword/decode-string' was renamed to X-Git-Tag: Hokutetsu-Ishikawa-new~322 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=70c52d77d09e622dc0557aee14bab4e59c5aee73;p=elisp%2Fsemi.git Function `mime-eword/decode-string' was renamed to `eword-decode-string'. --- diff --git a/mime-view.el b/mime-view.el index 2e0f26c..39efedf 100644 --- a/mime-view.el +++ b/mime-view.el @@ -6,7 +6,7 @@ ;; Created: 1994/7/13 ;; Renamed: 1994/8/31 from tm-body.el ;; Renamed: 1997/02/19 from tm-view.el -;; Version: $Revision: 0.10 $ +;; Version: $Revision: 0.11 $ ;; Keywords: MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -43,7 +43,7 @@ ;;; (defconst mime-view-RCS-ID - "$Id: mime-view.el,v 0.10 1997-02-24 01:38:18 tmorioka Exp $") + "$Id: mime-view.el,v 0.11 1997-02-24 01:59:28 tmorioka Exp $") (defconst mime-view-version (get-version-string mime-view-RCS-ID)) @@ -503,7 +503,7 @@ The compressed face will be piped to this command.") (save-restriction (narrow-to-region beg end) (setq subj - (mime-eword/decode-string + (eword-decode-string (mime-article/get-subject params encoding))) ) (set-buffer obuf)