X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mime-setup.el;h=dae2871f0b6feb3dcaa640f1d46185dc78d875df;hb=584179bd3daff862acde65a1e9b646ebf69dd3a2;hp=cee4616f2cedc5acd137a7cda0771edc112dee4c;hpb=0c115c3068d06f197bf3cb99aad53c3a948a15a0;p=elisp%2Fsemi.git diff --git a/mime-setup.el b/mime-setup.el index cee4616..dae2871 100644 --- a/mime-setup.el +++ b/mime-setup.el @@ -26,12 +26,12 @@ (load "mail-mime-setup") -(condition-case err +(condition-case nil (load "gnus-mime-setup") (error (message "gnus-mime-setup is not found.")) ) -(condition-case err +(condition-case nil (load "emh-setup") (error (message "emh-setup is not found.")) )