`mime-preview/cut-header' -> `mime-view-cut-header'.
authormorioka <morioka>
Mon, 17 Mar 1997 14:30:46 +0000 (14:30 +0000)
committermorioka <morioka>
Mon, 17 Mar 1997 14:30:46 +0000 (14:30 +0000)
emh.el

diff --git a/emh.el b/emh.el
index 56d88de..9cfe4eb 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.9 $
+;; Version: $Revision: 0.10 $
 ;; Keywords: MH, MIME, multimedia, encoded-word, multilingual, mail
 
 ;; This file is part of emh.
@@ -39,7 +39,7 @@
 ;;;
 
 (defconst emh-RCS-ID
-  "$Id: emh.el,v 0.9 1997-03-16 00:06:57 morioka Exp $")
+  "$Id: emh.el,v 0.10 1997-03-17 14:30:46 morioka Exp $")
 
 (defconst emh-version (get-version-string emh-RCS-ID))
 
@@ -239,8 +239,10 @@ digest are inserted into the folder after that message."
 (autoload 'emh-highlight-header "emh-face")
 
 (defun emh-content-header-filter ()
+  "Header filter for mime-view.
+It is registered to variable `mime-view-content-header-filter-alist'."
   (goto-char (point-min))
-  (mime-preview/cut-header)
+  (mime-view-cut-header)
   (emh-text-decode-buffer default-mime-charset)
   (eword-decode-header)
   (run-hooks 'emh-content-header-filter-hook)