function `eword-decode-message-header' was renamed to
authortmorioka <tmorioka>
Mon, 24 Feb 1997 02:28:23 +0000 (02:28 +0000)
committertmorioka <tmorioka>
Mon, 24 Feb 1997 02:28:23 +0000 (02:28 +0000)
`eword-decode-header'.

emh.el

diff --git a/emh.el b/emh.el
index eeb7bc2..0339bb6 100644 (file)
--- a/emh.el
+++ b/emh.el
@@ -8,7 +8,7 @@
 ;; Created: 1993/11/21
 ;;     Renamed: 1993/11/27 from mh-e-mime.el
 ;;     Renamed: 1997/02/21 from tm-mh-e.el
-;; Version: $Revision: 0.0 $
+;; Version: $Revision: 0.1 $
 ;; Keywords: MH, MIME, multimedia, encoded-word, multilingual, mail
 
 ;; This file is part of emh.
@@ -40,7 +40,7 @@
 ;;;
 
 (defconst emh-RCS-ID
-  "$Id: emh.el,v 0.0 1997-02-24 02:04:06 tmorioka Exp $")
+  "$Id: emh.el,v 0.1 1997-02-24 02:28:23 tmorioka Exp $")
 
 (defconst emh-version (get-version-string emh-RCS-ID))
 
                     (t
                      (mh-start-of-uncleaned-message)))
               (if emh-decode-encoded-word
-                  (eword-decode-message-header)
+                  (eword-decode-header)
                 )
               (set-buffer-modified-p nil)
               (setq buffer-read-only t)
@@ -235,7 +235,7 @@ digest are inserted into the folder after that message."
   (goto-char (point-min))
   (mime-preview/cut-header)
   (emh-decode-charset-buffer default-mime-charset)
-  (eword-decode-message-header)
+  (eword-decode-header)
   )
 
 (set-alist 'mime-view-content-header-filter-alist