Don't care even if there's no smime.el.
authoryamaoka <yamaoka>
Fri, 15 Oct 2004 02:05:09 +0000 (02:05 +0000)
committeryamaoka <yamaoka>
Fri, 15 Oct 2004 02:05:09 +0000 (02:05 +0000)
ChangeLog
lisp/mml-smime.el

index f22ec7b..04fe807 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/mml-smime.el: Don't care even if there's no smime.el.
+
 2004-09-30  Simon Josefsson  <jas@extundo.com>
 
        * Makefile.in (GNUS-NEWS): Depend on texi/gnus-news.texi.
index dbcd1c1..4154388 100644 (file)
 
 (eval-when-compile (require 'cl))
 
-(require 'smime)
+;; EMIKO doesn't provide the smime.el module.
+(condition-case nil
+    (require 'smime)
+  (error))
 (require 'mm-decode)
 (autoload 'message-narrow-to-headers "message")
 (autoload 'message-fetch-field "message")