From: tmorioka Date: Mon, 24 Feb 1997 01:38:18 +0000 (+0000) Subject: Function `mime/decode-message-header' was renamed to X-Git-Tag: Hokutetsu-Ishikawa-new~328 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8d5f37e3409640cdd4e9253a31dec63673139ae6;p=elisp%2Fsemi.git Function `mime/decode-message-header' was renamed to `eword-decode-message-header'. --- diff --git a/mime-view.el b/mime-view.el index fb2da2c..2e0f26c 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.9 $ +;; Version: $Revision: 0.10 $ ;; 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.9 1997-02-24 01:37:15 tmorioka Exp $") + "$Id: mime-view.el,v 0.10 1997-02-24 01:38:18 tmorioka Exp $") (defconst mime-view-version (get-version-string mime-view-RCS-ID)) @@ -314,7 +314,7 @@ Each elements are regexp of field-name. [mime-view.el]") (defun mime-view-default-content-header-filter () (mime-preview/cut-header) - (mime/decode-message-header) + (eword-decode-message-header) ) (defvar mime-view-content-header-filter-alist nil) @@ -1007,7 +1007,7 @@ button-2 Move to point under the mouse cursor )) (setq rest (cdr rest)) )) - (mime/decode-message-header) + (eword-decode-message-header) ) (let ((f (cdr (assq mode mime-view-following-method-alist)))) (if (functionp f)