(mime-raw-play-entity): Use 'ctree-match-calist directly.
authormorioka <morioka>
Fri, 24 Apr 1998 20:15:32 +0000 (20:15 +0000)
committermorioka <morioka>
Fri, 24 Apr 1998 20:15:32 +0000 (20:15 +0000)
Abolish 'mime/get-content-decoding-alist.

mime-play.el

index 99f16bf..978e6de 100644 (file)
@@ -89,7 +89,7 @@ specified, play as it.  Default MODE is \"play\"."
       (if mode
          (setq cal (cons (cons 'mode mode) cal))
        )
-      (setq ret (mime/get-content-decoding-alist cal))
+      (setq ret (ctree-match-calist mime-acting-condition cal))
       (setq method (cdr (assq 'method ret)))
       (cond ((and (symbolp method)
                  (fboundp method))
@@ -107,13 +107,6 @@ specified, play as it.  Default MODE is \"play\"."
     ))
 
 
-;;; @ method selector
-;;;
-
-(defun mime/get-content-decoding-alist (al)
-  (ctree-match-calist mime-acting-condition al))
-
-
 ;;; @ external decoder
 ;;;