From: morioka Date: Sun, 17 May 1998 10:09:03 +0000 (+0000) Subject: Avoid warning message of byte-compiler. X-Git-Tag: semi-1_4_4_9~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=bd30452469f7f6e3887b17f348f4b6b8481d756c;p=elisp%2Fsemi.git Avoid warning message of byte-compiler. --- 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.")) )