From db904b7b8d65a72da5b2c22ac95aa309995ed2bc Mon Sep 17 00:00:00 2001 From: tmorioka Date: Mon, 24 Feb 1997 02:19:57 +0000 Subject: [PATCH] Function `eword-decode-message-header' was renamed to `eword-decode-header'. --- eword-decode.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eword-decode.el b/eword-decode.el index a9ad5a1..4766709 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.1 $ +;; Version: $Revision: 0.2 $ ;; Keywords: encoded-word, MIME, multilingual, header, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -43,7 +43,7 @@ ;;; (defconst eword-decode-RCS-ID - "$Id: eword-decode.el,v 0.1 1997-02-24 01:46:59 tmorioka Exp $") + "$Id: eword-decode.el,v 0.2 1997-02-24 02:19:57 tmorioka Exp $") (defconst eword-decode-version (get-version-string eword-decode-RCS-ID)) @@ -146,8 +146,8 @@ such as a version of Net$cape)." ;;; @ for message header ;;; -(defun eword-decode-message-header () - "Decode MIME encoded-words in message header." +(defun eword-decode-header () + "Decode MIME encoded-words in header fields." (interactive "*") (save-excursion (save-restriction -- 1.7.10.4