From: morioka Date: Wed, 22 Apr 1998 09:15:17 +0000 (+0000) Subject: (mime-acting-condition): Modify order. X-Git-Tag: semi-1_3_0~2 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fsemi.git;a=commitdiff_plain;h=b7092ef636859aedeef98119f17e9b753e076c2c (mime-acting-condition): Modify order. --- diff --git a/mime-view.el b/mime-view.el index b6816b4..16c4a1d 100644 --- a/mime-view.el +++ b/mime-view.el @@ -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 ;;;