From: shuhei-k Date: Wed, 24 Jun 1998 14:05:44 +0000 (+0000) Subject: (mime-preview-condition): Renamed method for "anon-ftp" access-type to X-Git-Tag: remi-1_8_0~8 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2a85fd83f245661f15f0bce487fc731ca0809db0;p=elisp%2Fsemi.git (mime-preview-condition): Renamed method for "anon-ftp" access-type to `mime-view-message/external-anon-ftp' and added new method `mime-view-message/external-url' for "url" access-type. --- diff --git a/mime-view.el b/mime-view.el index d1ef548..d7168d0 100644 --- a/mime-view.el +++ b/mime-view.el @@ -620,7 +620,14 @@ MEDIA-TYPE must be (TYPE . SUBTYPE), TYPE or t. t means default." 'mime-acting-condition '((type . message)(subtype . external-body) ("access-type" . "anon-ftp") - (method . mime-view-message/external-ftp) + (method . mime-view-message/external-anon-ftp) + )) + +(ctree-set-calist-strictly + 'mime-acting-condition + '((type . message)(subtype . external-body) + ("access-type" . "url") + (method . mime-view-message/external-url) )) (ctree-set-calist-strictly