From: tmorioka Date: Mon, 24 Feb 1997 01:32:33 +0000 (+0000) Subject: tm-ew-d.el was renamed to eword-decode.el; Function X-Git-Tag: Hokutetsu-Ishikawa-new~330 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d660db4ad1589b0a6a413ad55fd72a887e778957;p=elisp%2Fsemi.git tm-ew-d.el was renamed to eword-decode.el; Function `mime/decode-message-header' was renamed to `eword-decode-message-header'. --- diff --git a/mime-setup.el b/mime-setup.el index fe2af82..90c6687 100644 --- a/mime-setup.el +++ b/mime-setup.el @@ -4,7 +4,7 @@ ;; Author: MORIOKA Tomohiko ;; Version: -;; $Id: mime-setup.el,v 0.4 1997-02-21 07:04:51 tmorioka Exp $ +;; $Id: mime-setup.el,v 0.5 1997-02-24 01:32:33 tmorioka Exp $ ;; Keywords: MIME, multimedia, multilingual, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -30,7 +30,7 @@ (autoload 'mime-edit-mode "mime-edit" "Minor mode for editing MIME message." t) -(autoload 'mime/decode-message-header "tm-ew-d" +(autoload 'eword-decode-message-header "eword-decode" "Decode MIME encoded-words in message header." t) (defun mime-setup-decode-message-header () @@ -45,7 +45,7 @@ (match-beginning 0) (point-max) )) - (mime/decode-message-header) + (eword-decode-message-header) (set-buffer-modified-p nil) ))) @@ -88,13 +88,13 @@ ;;; @ for mu-cite ;;; -(add-hook 'mu-cite/pre-cite-hook 'mime/decode-message-header) +(add-hook 'mu-cite/pre-cite-hook 'eword-decode-message-header) ;;; @ for mail-mode, RMAIL and VM ;;; -(add-hook 'mail-setup-hook 'mime/decode-message-header) +(add-hook 'mail-setup-hook 'eword-decode-message-header) (add-hook 'mail-setup-hook 'mime-edit-mode 'append) (add-hook 'mail-send-hook 'mime-edit-maybe-translate) (set-alist 'mime-edit-split-message-sender-alist