(mime-acting-condition): Modify order.
authormorioka <morioka>
Wed, 22 Apr 1998 09:15:17 +0000 (09:15 +0000)
committermorioka <morioka>
Wed, 22 Apr 1998 09:15:17 +0000 (09:15 +0000)
mime-view.el

index b6816b4..16c4a1d 100644 (file)
@@ -554,20 +554,9 @@ if it is not nil.")
  '((type . application)(subtype . postscript)(mode . "print")
    (method "tm-ps" nil 'file "" 'encoding 'mode 'name)
    ))
-(ctree-set-calist-strictly
- 'mime-acting-condition
- '((type . application)(subtype . octet-stream)
-   (method . mime-method-to-save)
-   ))
 
 (ctree-set-calist-strictly
  'mime-acting-condition
- '((type . message)(subtype . external-body)
-   ("access-type" . "anon-ftp")
-   (method . mime-method-to-display-message/external-ftp)
-   ))
-(ctree-set-calist-strictly
- 'mime-acting-condition
  '((type . message)(subtype . rfc822)(mode . "play")
    (method . mime-method-to-display-message/rfc822)
    ))
@@ -582,6 +571,19 @@ if it is not nil.")
  '((mode . "extract")
    (method . mime-method-to-save)))
 
+(ctree-set-calist-strictly
+ 'mime-acting-condition
+ '((type . message)(subtype . external-body)
+   ("access-type" . "anon-ftp")
+   (method . mime-method-to-display-message/external-ftp)
+   ))
+
+(ctree-set-calist-strictly
+ 'mime-acting-condition
+ '((type . application)(subtype . octet-stream)
+   (method . mime-method-to-save)
+   ))
+
 
 ;;; @ quitting method
 ;;;