`mime/content-decoding-condition' -> `mime-acting-condition'.
authormorioka <morioka>
Mon, 12 May 1997 12:32:35 +0000 (12:32 +0000)
committermorioka <morioka>
Mon, 12 May 1997 12:32:35 +0000 (12:32 +0000)
emh.el

diff --git a/emh.el b/emh.el
index ed6ebb4..f4a5075 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.19 $
+;; Version: $Revision: 0.20 $
 ;; Keywords: MH, MIME, multimedia, encoded-word, multilingual, mail
 
 ;; This file is part of emh.
@@ -38,7 +38,7 @@
 ;;;
 
 (defconst emh-RCS-ID
-  "$Id: emh.el,v 0.19 1997-03-27 22:12:05 morioka Exp $")
+  "$Id: emh.el,v 0.20 1997-05-12 12:32:35 morioka Exp $")
 
 (defconst emh-version (get-version-string emh-RCS-ID))
 
@@ -303,7 +303,7 @@ It is registered to variable `mime-view-content-header-filter-alist'."
     (autoload 'mime-combine-message/partials-automatically
       "mime-partial"
       "Internal method to combine message/partial messages automatically.")
-    (set-atype 'mime/content-decoding-condition
+    (set-atype 'mime-acting-condition
               '((type . "message/partial")
                 (method . mime-combine-message/partials-automatically)
                 (major-mode . mh-show-mode)